Forgot Configuration in 4096 change.
This commit is contained in:
parent
c3bdc6e583
commit
76bdabbfc4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue