Allow mods to add maps

This commit is contained in:
Anuken
2019-09-30 17:24:51 -04:00
parent 94733515e4
commit 3b5dd7567a
3 changed files with 4 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ public class Vars implements Loadable{
/** list of all locales that can be switched to */
public static Locale[] locales;
public static FileTree filet;
public static FileTree tree;
public static Net net;
public static ContentLoader content;
public static GameState state;
@@ -194,7 +194,7 @@ public class Vars implements Loadable{
Version.init();
filet = new FileTree();
tree = new FileTree();
if(mods == null){
mods = new Mods();
}