Typo sycned

This commit is contained in:
thatsIch
2014-09-21 00:34:45 +02:00
parent 8e9d7bc307
commit b10bf83da9
+1 -1
View File
@@ -79,7 +79,7 @@ public class TileSpatialIOPort extends AENetworkInvTile implements Callable
ItemStack cell = getStackInSlot( 0 );
if ( isSpatialCell( cell ) )
{
TickHandler.instance.addCallable( null, this );// this needs to be cross world sycned.
TickHandler.instance.addCallable( null, this );// this needs to be cross world synced.
}
}
}