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
@@ -51,7 +51,7 @@ public class BlockChest extends AEBaseBlock
ItemStack cell = tg.getStackInSlot( 1 );
if ( cell != null )
{
ICellHandler ch = AEApi.instance().registries().cell().getHander( cell );
ICellHandler ch = AEApi.instance().registries().cell().getHandler( cell );
tg.openGui( p, ch, cell, side );
}