fix merge

This commit is contained in:
Alexei Svitkine
2018-05-18 10:58:02 -04:00
parent 09900a3457
commit 63210a42b0

View File

@@ -122,7 +122,6 @@ public abstract class Spell extends SpellAbility implements java.io.Serializable
lkicheck = true; lkicheck = true;
} }
if (lkicheck) {
if (!Spell.performanceMode && lkicheck) { if (!Spell.performanceMode && lkicheck) {
game.getTracker().freeze(); //prevent views flickering during while updating for state-based effects game.getTracker().freeze(); //prevent views flickering during while updating for state-based effects
game.getAction().checkStaticAbilities(false, Sets.newHashSet(card), new CardCollection(card)); game.getAction().checkStaticAbilities(false, Sets.newHashSet(card), new CardCollection(card));