mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fix Net Decks in Deck Editor
This commit is contained in:
@@ -47,6 +47,7 @@ public class NetDeckCategory extends StorageBase<Deck> {
|
||||
switch (gameType) {
|
||||
case Constructed:
|
||||
case Gauntlet:
|
||||
case DeckEditorTest:
|
||||
if (constructed == null) {
|
||||
constructed = loadCategories(ForgeConstants.NET_DECKS_LIST_FILE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user