Fix: Reconnection during Slot Choice
This commit is contained in:
@@ -72,6 +72,11 @@ public class Game implements Serializable {
|
||||
return false;
|
||||
}
|
||||
disconnetedPlayers.put(player,false);
|
||||
if(currentState.getGameStage().equals(GameStages.SLOT_CHOICE))
|
||||
{
|
||||
disconnetedPlayers.remove(player);
|
||||
orderLogicCard.pushNoEffect(player);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user