update last use for in use tectonic plates

This commit is contained in:
Julian Krings
2025-05-27 22:50:30 +02:00
parent 2452a2f633
commit b132862a60

View File

@@ -474,6 +474,7 @@ public class Mantle {
if (m.inUse()) {
Iris.debug("Tectonic Plate was added to unload while in use " + C.DARK_GREEN + m.getX() + " " + m.getZ());
lastUse.put(id, M.ms());
toUnload.remove(id);
return;
}