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
+2 -2
View File
@@ -67,7 +67,7 @@ public class Grid implements IGrid
this.postEvent( new MENetworkPostCacheConstruction() );
TickHandler.instance.addNetwork( this );
TickHandler.INSTANCE.addNetwork( this );
center.setGrid( this );
}
@@ -122,7 +122,7 @@ public class Grid implements IGrid
else
{
this.pivot = null;
TickHandler.instance.removeNetwork( this );
TickHandler.INSTANCE.removeNetwork( this );
this.myStorage.remove();
}
}