Typo moveable

This commit is contained in:
thatsIch
2014-09-20 22:37:58 +02:00
parent 8a3739d9bd
commit 2d5b15b461
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public class IMCBlackListSpatial implements IIMCHandler
Block blk = Block.getBlockFromItem( is.getItem() );
if ( blk != null )
{
AEApi.instance().registries().moveable().blacklistBlock( blk );
AEApi.instance().registries().movable().blacklistBlock( blk );
return;
}
}