mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 11:10:05 +01:00
Prefer not to use DebugUtil.debug for non-temporary use.
This commit is contained in:
parent
b2b3ca8dcc
commit
794fb99d99
@ -793,7 +793,7 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
|
||||
if (max_gain < effect) {
|
||||
effect = max_gain;
|
||||
if (data.debug) {
|
||||
DebugUtil.debug(player.getName() + " Cap bounce effect by recent y-distances.");
|
||||
NCPAPIProvider.getNoCheatPlusAPI().getLogManager().debug(Streams.TRACE_FILE, player.getName() + " Cap bounce effect by recent y-distances.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user