Fixed Bug: #0246 - Typo

This commit is contained in:
AlgorithmX2
2014-03-27 19:33:35 -05:00
parent e384761e82
commit a5379c82f8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ public class TileDrive extends AENetworkInvTile implements IChestOrDrive, IPrior
if ( is != null )
{
handlersBySlot[x] = AEApi.instance().registries().cell().getHander( is );
handlersBySlot[x] = AEApi.instance().registries().cell().getHandler( is );
if ( handlersBySlot[x] != null )
{