mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-15 14:40:51 +00:00
e
This commit is contained in:
@@ -462,7 +462,7 @@ public class Mantle {
|
||||
regionCountToRemove.set(loadedRegions.size() - tectonicLimit.get());
|
||||
}
|
||||
|
||||
for (; regionCountToRemove.get() > 0; ) {
|
||||
while (regionCountToRemove.get() > 0) {
|
||||
Long[] oldestKey = {null};
|
||||
long[] oldestAge = {Long.MIN_VALUE};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user