mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
* Once Upon A Time - Reverted change (#6954).
This commit is contained in:
parent
9abbdae032
commit
072e3e40c7
1 changed files with 0 additions and 6 deletions
|
|
@ -92,11 +92,5 @@ class OnceUponATimeWatcher extends Watcher {
|
|||
public boolean getSpellsCastThisTurn(UUID playerId) {
|
||||
return !castSpells.contains(playerId);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reset() {
|
||||
castSpells.clear();
|
||||
super.reset();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue