Skip to content

Commit

Permalink
Add a comment to GameSaveTest.java. (#10521)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine authored May 28, 2022
1 parent fa245ef commit 0a17a36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ private static ServerGame startGameWithAis(final GameSelectorModel gameSelector)
messengers,
ClientNetworkBridge.NO_OP_SENDER,
launchAction);
// Note: This doesn't actually start the AI players' turns. For that, call game.startGame().
gameData.getGameLoader().startGame(game, gamePlayers, launchAction, null);
return game;
}
Expand Down

0 comments on commit 0a17a36

Please sign in to comment.