Rename Deck Editor to Deck Manager

This commit is contained in:
drdev
2015-04-24 13:41:38 +00:00
parent f1cd05e703
commit bd13f48890
8 changed files with 50 additions and 497 deletions

View File

@@ -47,7 +47,7 @@ public class NetDeckCategory extends StorageBase<Deck> {
switch (gameType) {
case Constructed:
case Gauntlet:
case DeckEditorTest:
case DeckManager:
if (constructed == null) {
constructed = loadCategories(ForgeConstants.NET_DECKS_LIST_FILE);
}