diff --git a/src/main/java/me/cortex/voxy/common/world/ActiveSectionTracker.java b/src/main/java/me/cortex/voxy/common/world/ActiveSectionTracker.java index be1044e0..fdee730a 100644 --- a/src/main/java/me/cortex/voxy/common/world/ActiveSectionTracker.java +++ b/src/main/java/me/cortex/voxy/common/world/ActiveSectionTracker.java @@ -113,12 +113,22 @@ public class ActiveSectionTracker { long stamp2 = lock.readLock(); long stamp = this.lruLock.writeLock(); section = this.lruSecondaryCache.remove(key); + + WorldSection removal = null; + if (section == null && this.lruSize+100