Change REGION_MAX to 58594, fixes #73

This commit is contained in:
Brady 2018-08-22 16:46:24 -05:00
parent 45f69a0f33
commit e4e0fdd6d0
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -36,7 +36,7 @@ public final class CachedWorld implements IBlockTypeAccess {
/**
* 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.