mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fixed phase indicator bug in old UI.
This commit is contained in:
@@ -534,7 +534,9 @@ public class Phase extends MyObservable implements java.io.Serializable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Visual indicators
|
// Visual indicators
|
||||||
|
if (!Constant.Runtime.OLDGUI[0]) {
|
||||||
PhaseUtil.visuallyActivatePhase(this.getPhase());
|
PhaseUtil.visuallyActivatePhase(this.getPhase());
|
||||||
|
}
|
||||||
|
|
||||||
// When consecutively skipping phases (like in combat) this section
|
// When consecutively skipping phases (like in combat) this section
|
||||||
// pushes through that block
|
// pushes through that block
|
||||||
|
|||||||
Reference in New Issue
Block a user