Skip to content

Commit 28dc73d

Browse files
authored
Expose ModularSyncManager#getMainPSM to public (#133)
1 parent 9db2820 commit 28dc73d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/cleanroommc/modularui/value/sync/ModularSyncManager.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public void construct(String mainPanelName, PanelSyncManager mainPSM) {
4747
mainPSM.syncValue(CURSOR_KEY, this.cursorSlotSyncHandler);
4848
}
4949

50-
// not sure why there was no getter before, need to check if this can be public
51-
PanelSyncManager getMainPSM() {
50+
public PanelSyncManager getMainPSM() {
5251
return mainPSM;
5352
}
5453

0 commit comments

Comments
 (0)