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