- Code style cleanup/unification in multiplayer Forge for Android.

This commit is contained in:
Agetian
2018-04-10 10:49:24 +03:00
parent 63094bee7a
commit 7e58e204ed
4 changed files with 22 additions and 23 deletions

View File

@@ -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);
}
}