Split TickHandler#onTick into more specific event handlers (#4477)
This commit is contained in:
@@ -76,7 +76,7 @@ public class DebugCardItem extends AEBaseItem {
|
||||
int grids = 0;
|
||||
int totalNodes = 0;
|
||||
|
||||
for (final Grid g : TickHandler.INSTANCE.getGridList()) {
|
||||
for (final Grid g : TickHandler.instance().getGridList()) {
|
||||
grids++;
|
||||
totalNodes += g.getNodes().size();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user