Fixed some messed up refactoring

This commit is contained in:
yueh
2015-12-24 02:05:39 +01:00
parent c9e8a6e939
commit 15664b2822
7 changed files with 26 additions and 6 deletions
@@ -50,7 +50,7 @@ public class AEBaseItemBlock extends ItemBlock
{
super( id );
this.blockType = (AEBaseBlock) id;
this.hasSubtypes = this.blockType.hasSubtypes;
this.hasSubtypes = this.blockType.hasSubtypes();
}
@Override