Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring

This commit is contained in:
leriomaggio
2021-07-25 08:09:09 +01:00
116 changed files with 263 additions and 254 deletions

View File

@@ -839,7 +839,7 @@ public class VLobby implements ILobbyView {
}
private boolean isPlayerAI(final int playernum) {
if(playernum < activePlayersNum){
if (playernum < activePlayersNum) {
return playerPanels.get(playernum).isAi();
}
return true;