mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Added UI elements required for Brawl variant
This commit is contained in:
@@ -162,7 +162,7 @@ public enum DeckFormat {
|
||||
}
|
||||
|
||||
private boolean hasCommander() {
|
||||
return this == Commander || this == TinyLeaders;
|
||||
return this == Commander || this == TinyLeaders || this == Brawl;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user