Fix for bug with continuous effects

This commit is contained in:
magenoxx 2012-05-20 22:54:41 +04:00
parent 6318dbc309
commit 57223e0464

View file

@ -758,6 +758,7 @@ public abstract class GameImpl<T extends GameImpl<T>> implements Game, Serializa
}
somethingHappened = true;
}
resetLKI();
return somethingHappened;
}