mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-07 00:08:20 +01:00
typo.
This commit is contained in:
parent
c3eebcc9be
commit
983c7173d7
@ -211,7 +211,7 @@ public class GlobalChat extends AsyncCheck implements INotifyReload{
|
|||||||
}
|
}
|
||||||
if (wEngine > 0.0f)
|
if (wEngine > 0.0f)
|
||||||
debugParts.add("Engine score (" + (cc.globalChatEngineMaximum?"max":"sum") + "): " + CheckUtils.fdec3.format(wEngine));
|
debugParts.add("Engine score (" + (cc.globalChatEngineMaximum?"max":"sum") + "): " + CheckUtils.fdec3.format(wEngine));
|
||||||
debugParts.add("Total score: " + CheckUtils.fdec3.format(score) + " (weigth=" + cc.globalChatFrequencyWeight + " => accumulated=" + CheckUtils.fdec3.format(accumulated) + ", vl=" + CheckUtils.fdec3.format(data.globalChatVL));
|
debugParts.add("Total score: " + CheckUtils.fdec3.format(score) + " (weight=" + cc.globalChatFrequencyWeight + " => accumulated=" + CheckUtils.fdec3.format(accumulated) + ", vl=" + CheckUtils.fdec3.format(data.globalChatVL));
|
||||||
CheckUtils.scheduleOutputJoined(debugParts, " | ");
|
CheckUtils.scheduleOutputJoined(debugParts, " | ");
|
||||||
debugParts.clear();
|
debugParts.clear();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user