Renamed Debug Option.

This commit is contained in:
AlgorithmX2
2014-07-13 22:21:28 -05:00
parent f5ee7e9b4f
commit c6e6aca7cb
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public class BlockChunkloader extends AEBaseBlock implements LoadingCallback
public BlockChunkloader() {
super( BlockChunkloader.class, Material.iron );
setfeature( EnumSet.of( AEFeature.Debug, AEFeature.Creative ) );
setfeature( EnumSet.of( AEFeature.UnsupportedDeveloperTools, AEFeature.Creative ) );
setTileEntiy( TileChunkLoader.class );
ForgeChunkManager.setForcedChunkLoadingCallback( AppEng.instance, this );
}