i don't know how i keep getting worldscanner wrong lol
This commit is contained in:
parent
6801d00d7e
commit
4221c07d1f
@ -91,7 +91,7 @@ public enum WorldScanner implements Helper {
|
|||||||
if (allUnloaded) {
|
if (allUnloaded) {
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
if (res.size() >= max && searchRadiusSq < 26) {
|
if (res.size() >= max && searchRadiusSq > 26) {
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
searchRadiusSq++;
|
searchRadiusSq++;
|
||||||
|
Loading…
Reference in New Issue
Block a user