Forgot Configuration in 4096 change.

This commit is contained in:
LexManos 2012-06-16 01:27:10 -07:00
parent c3bdc6e583
commit 76bdabbfc4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class Configuration
{
if (configBlocks == null)
{
configBlocks = new boolean[/*Block.blocksList.length*/ 256];
configBlocks = new boolean[Block.blocksList.length];
for (int i = 0; i < configBlocks.length; ++i)
{