This commit is contained in:
Robert Seifert 2013-05-15 06:31:04 -04:00
parent 75e7805c21
commit a122242c75

View file

@ -8,13 +8,15 @@ public enum PowerSystems
public String id;
private boolean[] loaded = new boolean[this.values().length];
private PowerSystems(String id)
{
this.id = id;
}
//private static boolean[] loaded = new boolean[PowerSystems.values().length];
/**
* Checks to see if something can run powerless based on mods loaded
*