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