mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
remove unused variable
This commit is contained in:
@@ -270,7 +270,6 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
|||||||
@Override
|
@Override
|
||||||
public SpellAbility getAbilityToPlay(final Card hostCard, final List<SpellAbility> abilities,
|
public SpellAbility getAbilityToPlay(final Card hostCard, final List<SpellAbility> abilities,
|
||||||
final ITriggerEvent triggerEvent) {
|
final ITriggerEvent triggerEvent) {
|
||||||
boolean setDummy = false;
|
|
||||||
// make sure another human player can't choose opponents cards just because he might see them
|
// 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) &&
|
if ((triggerEvent != null||GuiBase.getInterface().isLibgdxPort()) && !hostCard.isInPlay() && !hostCard.getOwner().equals(player) &&
|
||||||
!hostCard.getController().equals(player) &&
|
!hostCard.getController().equals(player) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user