From 983c7173d7f73256ffb1357b12a57ebc5b8d5cbf Mon Sep 17 00:00:00 2001 From: asofold Date: Mon, 1 Oct 2012 02:46:43 +0200 Subject: [PATCH] typo. --- src/fr/neatmonster/nocheatplus/checks/chat/GlobalChat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/neatmonster/nocheatplus/checks/chat/GlobalChat.java b/src/fr/neatmonster/nocheatplus/checks/chat/GlobalChat.java index 291e6000..209b4d0a 100644 --- a/src/fr/neatmonster/nocheatplus/checks/chat/GlobalChat.java +++ b/src/fr/neatmonster/nocheatplus/checks/chat/GlobalChat.java @@ -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(); }