QOL #203
@ -72,7 +72,7 @@ public class LoaderRecorder implements Listener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
long diff = TPSUtils.currentRealTick.get() - lastInteraction;
|
long diff = TPSUtils.currentRealTick.get() - lastInteraction;
|
||||||
if (last && diff > 160) diff = 160;
|
if (last) diff = 120;
|
||||||
lastInteraction = TPSUtils.currentRealTick.get();
|
lastInteraction = TPSUtils.currentRealTick.get();
|
||||||
loaderElementList.add(new LoaderWait(diff));
|
loaderElementList.add(new LoaderWait(diff));
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren