Updated 'LobbyState' class.
Updated the 'LobbyState' class by updating the 'initializeGame' method in it.
This commit is contained in:
@@ -49,6 +49,7 @@ public void exit() {
|
||||
public void initializeGame() {
|
||||
for (var player : this.logic.getGame().getPlayers().values()) {
|
||||
player.initialize();
|
||||
player.addHandCard(this.logic.getGame().draw());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user