cleanup
This commit is contained in:
parent
75e7805c21
commit
a122242c75
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue