remove unused variable

This commit is contained in:
Anthony Calosa
2022-03-31 20:07:19 +08:00
parent 438b2f83b2
commit c5143c7f34

View File

@@ -270,7 +270,6 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
@Override
public SpellAbility getAbilityToPlay(final Card hostCard, final List<SpellAbility> abilities,
final ITriggerEvent triggerEvent) {
boolean setDummy = false;
// make sure another human player can't choose opponents cards just because he might see them
if ((triggerEvent != null||GuiBase.getInterface().isLibgdxPort()) && !hostCard.isInPlay() && !hostCard.getOwner().equals(player) &&
!hostCard.getController().equals(player) &&