Merge branch 'master' into historicformats

This commit is contained in:
maustin
2018-04-10 14:07:06 +01:00
4 changed files with 42 additions and 34 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);
}
}