mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-03-10 05:29:12 +01:00
More appropriate message.
This commit is contained in:
parent
fc6a20ae0d
commit
44a9bcbbfc
@ -425,7 +425,7 @@ public class DataManager implements Listener, INotifyReload, INeedConfig, Compon
|
||||
onlinePlayers.clear();
|
||||
// Finally alert (summary) if inconsistencies found.
|
||||
if (foundInconsistencies > 0){
|
||||
LogUtil.logWarning("[NoCheatPlus] DataMan found " + foundInconsistencies + " inconsistencies, activate consistencychecks to get more details during runtime, if desired.");
|
||||
LogUtil.logWarning("[NoCheatPlus] DataMan found " + foundInconsistencies + " inconsistencies (warnings suppressed).");
|
||||
foundInconsistencies = 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user