mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-25 01:59:15 +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