From 5633ce93159ce6f9dac01452804c24dce4cd93a1 Mon Sep 17 00:00:00 2001 From: asofold Date: Sat, 8 Sep 2012 23:48:48 +0200 Subject: [PATCH] Remove delay from default command actions. --- src/fr/neatmonster/nocheatplus/config/DefaultConfig.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java b/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java index 351831ef..b325e017 100644 --- a/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java +++ b/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java @@ -351,9 +351,9 @@ public class DefaultConfig extends ConfigFile { set(ConfPaths.STRINGS + ".instanteat", start + "eats food [food] too fast" + end); set(ConfPaths.STRINGS + ".instantheal", start + "tried to regenerate health faster than normal" + end); set(ConfPaths.STRINGS + ".kick", "kick [player]"); - set(ConfPaths.STRINGS + ".kicknopwnage", "ncp delay ncp kick [player] You're not allowed to spam this server!"); - set(ConfPaths.STRINGS + ".kickcaptcha", "ncp delay ncp kick [player] Enter the captcha!"); - set(ConfPaths.STRINGS + ".kickglchat", "ncp delay ncp kick [player] Too many chat messages, take a break."); + set(ConfPaths.STRINGS + ".kicknopwnage", "ncp kick [player] You're not allowed to spam this server!"); + set(ConfPaths.STRINGS + ".kickcaptcha", "ncp kick [player] Enter the captcha!"); + set(ConfPaths.STRINGS + ".kickglchat", "ncp kick [player] Too many chat messages, take a break."); set(ConfPaths.STRINGS + ".kickselfhit", "ncp kick [player] That must be exhausting!"); set(ConfPaths.STRINGS + ".knockback", start + "tried to do a knockback but wasn't technically sprinting" + end); set(ConfPaths.STRINGS + ".morepackets", start + "sent [packets] more packet(s) than expected" + end);