This commit is contained in:
Anuken
2020-05-09 22:24:13 -04:00
parent 1fdd9dd124
commit fce89d4db5
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ public class Vars implements Loadable{
public static LoopControl loops;
public static Platform platform = new Platform(){};
public static Mods mods;
public static Schematics schematics = new Schematics();
public static Schematics schematics;
public static BeControl becontrol;
public static AsyncLogic asyncLogic;
public static TeamIndexProcess teamIndex;