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
@@ -159,7 +159,7 @@ public class CraftingJob implements Runnable, ICraftingJob
{
try
{
TickHandler.instance.registerCraftingSimulation( this.world, this );
TickHandler.INSTANCE.registerCraftingSimulation( this.world, this );
this.handlePausing();
Stopwatch timer = Stopwatch.createStarted();