mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-24 00:47:31 +00:00
Whoop
This commit is contained in:
@@ -477,8 +477,8 @@ public class Mantle {
|
|||||||
public long ToUnloadTectonic(){
|
public long ToUnloadTectonic(){
|
||||||
return FakeToUnload.get();
|
return FakeToUnload.get();
|
||||||
}
|
}
|
||||||
public double getTectonicUnloadDuration(){
|
public long getTectonicUnloadDuration(){
|
||||||
return adjustedIdleDuration.get();
|
return (long) adjustedIdleDuration.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user