We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd7ee9 commit 61c62a2Copy full SHA for 61c62a2
src/main/java/com/cleanroommc/modularui/value/sync/ModularSyncManager.java
@@ -32,7 +32,7 @@ public class ModularSyncManager {
32
33
private final Map<String, PanelSyncManager> panelSyncManagerMap = new Object2ObjectOpenHashMap<>();
34
// A set of all panels which have been opened during the ui. May also contain closed panels.
35
- // This is used to detect if
+ // This is used to detect if packets are arriving too late
36
private final Set<String> panelHistory = new ObjectOpenHashSet<>();
37
private PanelSyncManager mainPSM;
38
private final ModularContainer container;
0 commit comments