Renamed constants

This commit is contained in:
thatsIch
2015-01-01 22:13:10 +01:00
parent e0175bac98
commit 52c512635d
118 changed files with 511 additions and 508 deletions
@@ -75,7 +75,7 @@ public class ToolDebugCard extends AEBaseItem
int grids = 0;
int totalNodes = 0;
for (Grid g : TickHandler.instance.getGridList())
for (Grid g : TickHandler.INSTANCE.getGridList())
{
grids++;
totalNodes += g.getNodes().size();