From 765b90ffd9adc9d140388ec5d22cbe2fcc9d6dc9 Mon Sep 17 00:00:00 2001 From: asofold Date: Fri, 5 Oct 2012 23:12:58 +0200 Subject: [PATCH] Adjust one string. --- src/fr/neatmonster/nocheatplus/config/DefaultConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java b/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java index d22e7267..0e367dee 100644 --- a/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java +++ b/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java @@ -402,7 +402,7 @@ public class DefaultConfig extends ConfigFile { + "tried to move from [locationfrom] to [locationto] over a distance of [distance] block(s)" + end); set(ConfPaths.STRINGS + ".freach", start + "tried to attack entity out of reach" + end); set(ConfPaths.STRINGS + ".fselfhit", start + "tried to self-hit" + end); - set(ConfPaths.STRINGS + ".fspeed", start + "tried to attack more than [limit] times per second" + end); + set(ConfPaths.STRINGS + ".fspeed", start + "tried to hit at a too high rate" + end); set(ConfPaths.STRINGS + ".chatnormal", start + "potentially annoying chat" + end); set(ConfPaths.STRINGS + ".godmode", start + "avoided taking damage or lagging" + end); set(ConfPaths.STRINGS + ".improbable", start + "meets the improbable more than expected" + end);