mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48: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) {
|
switch (gameType) {
|
||||||
case Constructed:
|
case Constructed:
|
||||||
case Gauntlet:
|
case Gauntlet:
|
||||||
|
case DeckEditorTest:
|
||||||
if (constructed == null) {
|
if (constructed == null) {
|
||||||
constructed = loadCategories(ForgeConstants.NET_DECKS_LIST_FILE);
|
constructed = loadCategories(ForgeConstants.NET_DECKS_LIST_FILE);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user