mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- getController() call consistency in Card.
This commit is contained in:
@@ -911,7 +911,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
return mustAttackEntity;
|
||||
}
|
||||
public final void clearMustAttackEntity(final Player playerturn) {
|
||||
if (this.getController().equals(playerturn)) {
|
||||
if (getController().equals(playerturn)) {
|
||||
mustAttackEntity = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user