mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
remove unused variable
This commit is contained in:
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user