mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Fix for bug with continuous effects
This commit is contained in:
parent
6318dbc309
commit
57223e0464
1 changed files with 1 additions and 0 deletions
|
@ -758,6 +758,7 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
|
|||
}
|
||||
somethingHappened = true;
|
||||
}
|
||||
resetLKI();
|
||||
return somethingHappened;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue