mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-12 18:50:50 +01:00
Log "system time ran backwards" on warning level.
This commit is contained in:
parent
a24092f6c6
commit
cb73221cfd
@ -480,7 +480,7 @@ public class TickTask implements Runnable {
|
||||
|
||||
// Time running backwards check (not only players can!).
|
||||
if (timeLast > time) {
|
||||
LogUtil.logSevere("[NoCheatPlus] System time ran backwards (" + timeLast + "->" + time + "), clear all data and history...");
|
||||
LogUtil.logWarning("[NoCheatPlus] System time ran backwards (" + timeLast + "->" + time + "), clear all data and history...");
|
||||
DataManager.clearData(CheckType.ALL);
|
||||
lastDur = 50;
|
||||
for (int i = 0; i < spikeDurations.length; i++){
|
||||
|
Loading…
Reference in New Issue
Block a user