mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Fix enabled state of certain controls when mobile player joins or leaves server
This commit is contained in:
@@ -39,6 +39,7 @@ public final class ServerGameLobby extends GameLobby {
|
||||
final LobbySlot slot = getSlot(index);
|
||||
slot.setType(LobbySlotType.OPEN);
|
||||
slot.setName(StringUtils.EMPTY);
|
||||
slot.setIsReady(false);
|
||||
updateView(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user