mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
mentioned the wrong hashmap (confusing names!!!)
This commit is contained in:
parent
14c459b924
commit
cf23d0905b
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,6 @@ public class FirstSpellCastThisTurnWatcher extends Watcher {
|
||||||
}
|
}
|
||||||
|
|
||||||
public UUID getIdOfFirstCastSpell(UUID playerId) {
|
public UUID getIdOfFirstCastSpell(UUID playerId) {
|
||||||
return playerFirstSpellCast.getOrDefault(playerId, playerFirstSpellCast.get(playerId));
|
return playerFirstSpellCast.getOrDefault(playerId, playerFirstCastSpell.get(playerId));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue