mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
compile err
This commit is contained in:
@@ -235,7 +235,7 @@ public enum CMatchUI {
|
||||
public final boolean stopAtPhase(final Player turn, final PhaseType phase) {
|
||||
VField vf = getFieldViewFor(turn);
|
||||
PhaseLabel label = vf.getLabelFor(phase);
|
||||
return label == null || label.isTurnedOn();
|
||||
return label == null || label.isEnabled();
|
||||
}
|
||||
|
||||
public void setCard(final Card c) {
|
||||
|
||||
Reference in New Issue
Block a user