mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 08:48:39 +00:00
Use playerMap for starting player.
This commit is contained in:
@@ -235,7 +235,7 @@ public class GameCopier {
|
||||
// TODO countersAddedThisTurn
|
||||
|
||||
if (origGame.getStartingPlayer() != null) {
|
||||
newGame.setStartingPlayer(origGame.getStartingPlayer());
|
||||
newGame.setStartingPlayer(playerMap.get(origGame.getStartingPlayer()));
|
||||
}
|
||||
if (origGame.getMonarch() != null) {
|
||||
newGame.setMonarch(playerMap.get(origGame.getMonarch()));
|
||||
|
||||
Reference in New Issue
Block a user