This commit is contained in:
RePixelatedMC
2023-12-24 16:41:20 +01:00
parent cdf73c4629
commit e46b68e2f3
@@ -445,6 +445,7 @@ public class Mantle {
} }
public int unloadTectonicPlate() { public int unloadTectonicPlate() {
// todo: Make it advanced with bursts etc
AtomicInteger i = new AtomicInteger(); AtomicInteger i = new AtomicInteger();
unloadLock.lock(); unloadLock.lock();
try { try {