mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
forgot to remove one keyset
This commit is contained in:
parent
4a12539346
commit
2c861461aa
1 changed files with 0 additions and 3 deletions
|
@ -127,9 +127,6 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
for (Map.Entry<UUID, LookedAt> entry: state.lookedAt.entrySet()) {
|
||||
lookedAt.put(entry.getKey(), entry.getValue());
|
||||
}
|
||||
for (UUID key: state.lookedAt.keySet()) {
|
||||
lookedAt.put(key, state.lookedAt.get(key));
|
||||
}
|
||||
this.battlefield = state.battlefield.copy();
|
||||
this.turnNum = state.turnNum;
|
||||
this.gameOver = state.gameOver;
|
||||
|
|
Loading…
Reference in a new issue