mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 03:29:06 +00:00
Whoop
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user