- Remove an unnecessary variable.

This commit is contained in:
Michael Kamensky
2021-01-06 09:14:02 +03:00
parent 260b19d807
commit 5e6d9cef13

View File

@@ -1826,7 +1826,6 @@ public class ChangeZoneAi extends SpellAbilityAi {
} }
public static boolean doExileCombatThreatLogic(final Player aiPlayer, final SpellAbility sa) { public static boolean doExileCombatThreatLogic(final Player aiPlayer, final SpellAbility sa) {
final Card host = sa.getHostCard();
final Combat combat = aiPlayer.getGame().getCombat(); final Combat combat = aiPlayer.getGame().getCombat();
if (combat == null) { if (combat == null) {