mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
- Code style cleanup/unification in multiplayer Forge for Android.
This commit is contained in:
@@ -238,8 +238,8 @@ public abstract class AbstractGuiGame implements IGuiGame, IMayViewCards {
|
||||
// Don't immediately close, wait for win/lose screen
|
||||
return false;
|
||||
} else {
|
||||
for(PlayerView player: getLocalPlayers()){
|
||||
if(!player.isAI()){
|
||||
for (PlayerView player : getLocalPlayers()){
|
||||
if (!player.isAI()){
|
||||
getGameController(player).nextGameDecision(NextGameDecision.QUIT);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user