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 7136775 commit 45c5b3cCopy full SHA for 45c5b3c
server/src/sc/server/gaming/GameRoom.java
@@ -652,6 +652,7 @@ public void openSlots(SlotDescriptor[] descriptors)
652
653
for (int i = 0; i < descriptors.length; i++) {
654
this.playerSlots.get(i).setDescriptor(descriptors[i]);
655
+ // isShouldBePaused should work. If not, change to getShouldBePaused. Calling Kt from Jv may cause issues here
656
if (descriptors[i].isShouldBePaused()) {
657
pause(true);
658
}
0 commit comments