API Update.

This commit is contained in:
AlgorithmX2
2014-01-03 12:28:52 -06:00
parent 1ff35ba8ec
commit 3220a2e07c
8 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public class PartStorageBus extends PartBasicState implements IGridTickable, ICe
int newHandlerHash = Platform.generateTileHash( target );
if ( handlerHash == newHandlerHash )
if ( handlerHash == newHandlerHash && handlerHash != 0 )
return handler;
handlerHash = newHandlerHash;