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 IMCSpatial implements IIMCHandler
try
{
Class classInstance = Class.forName( m.getStringValue() );
AEApi.instance().registries().moveable().whiteListTileEntity( classInstance );
AEApi.instance().registries().movable().whiteListTileEntity( classInstance );
}
catch (ClassNotFoundException e)
{