mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user