This commit is contained in:
Leijurv 2019-02-18 21:18:37 -08:00
parent 530cecea5b
commit d2bb8c374e
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -45,7 +45,7 @@ public final class CachedWorld implements ICachedWorld, Helper {
/**
* The maximum number of regions in any direction from (0,0)
*/
private static final int REGION_MAX = 58594;
private static final int REGION_MAX = 30_000_000 / 512 + 1;
/**
* A map of all of the cached regions.