Change REGION_MAX to 58594, fixes #73
This commit is contained in:
parent
45f69a0f33
commit
e4e0fdd6d0
@ -36,7 +36,7 @@ public final class CachedWorld implements IBlockTypeAccess {
|
|||||||
/**
|
/**
|
||||||
* The maximum number of regions in any direction from (0,0)
|
* The maximum number of regions in any direction from (0,0)
|
||||||
*/
|
*/
|
||||||
private static final int REGION_MAX = 117188;
|
private static final int REGION_MAX = 58594;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A map of all of the cached regions.
|
* A map of all of the cached regions.
|
||||||
|
Loading…
Reference in New Issue
Block a user