From 4ad88cd945d96d686eaf14c1a88f02b5a1005798 Mon Sep 17 00:00:00 2001 From: asofold Date: Sat, 13 Oct 2012 11:05:32 +0200 Subject: [PATCH] Typo. --- 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 b7fbc970..42e3f71b 100644 --- a/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java +++ b/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java @@ -407,7 +407,7 @@ public class DefaultConfig extends ConfigFile { 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); - set(ConfPaths.STRINGS + ".instantbow", start + "fires bow to fast" + end); + set(ConfPaths.STRINGS + ".instantbow", start + "fires bow too fast" + end); set(ConfPaths.STRINGS + ".instanteat", start + "eats food [food] too fast" + end); set(ConfPaths.STRINGS + ".kick", "kick [player]"); set(ConfPaths.STRINGS + ".kickcommands", "ncp tempkick [player] 1 You're not allowed to spam commands!");