Adjustable Tick Rates.

This commit is contained in:
AlgorithmX2
2014-03-17 14:59:50 -05:00
parent a05bdd82e9
commit c2bcfeeb25
13 changed files with 78 additions and 32 deletions
-6
View File
@@ -119,10 +119,4 @@ public abstract class PartSharedItemBus extends PartUpgradeable implements IGrid
return super.getInventoryByName( name );
}
@Override
public TickingRequest getTickingRequest(IGridNode node)
{
return new TickingRequest( 5, 60, isSleeping(), false );
}
}