9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-25 01:59:15 +00:00
This commit is contained in:
RePixelatedMC
2023-11-15 11:16:33 +01:00
parent 4e4f7f693d
commit 4a3a7bc98d

View File

@@ -477,8 +477,8 @@ public class Mantle {
public long ToUnloadTectonic(){
return FakeToUnload.get();
}
public double getTectonicUnloadDuration(){
return adjustedIdleDuration.get();
public long getTectonicUnloadDuration(){
return (long) adjustedIdleDuration.get();
}