mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-02 13:57:49 +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)
|
||||
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, " | ");
|
||||
debugParts.clear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user