From 07eec2ece99da85309a4520f3d9aa0fa0692919d Mon Sep 17 00:00:00 2001 From: asofold Date: Fri, 7 Sep 2012 23:04:04 +0200 Subject: [PATCH] Correct config path of selfhit. --- src/fr/neatmonster/nocheatplus/config/ConfPaths.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/neatmonster/nocheatplus/config/ConfPaths.java b/src/fr/neatmonster/nocheatplus/config/ConfPaths.java index 3fe36a7f..a7ef84e5 100644 --- a/src/fr/neatmonster/nocheatplus/config/ConfPaths.java +++ b/src/fr/neatmonster/nocheatplus/config/ConfPaths.java @@ -296,7 +296,7 @@ public abstract class ConfPaths { public static final String FIGHT_REACH_ACTIONS = FIGHT_REACH + "actions"; public static final String FIGHT_SELFHIT = FIGHT + "selfhit."; - public static final String FIGHT_SELFHIT_CHECK = FIGHT_SELFHIT + "check"; + public static final String FIGHT_SELFHIT_CHECK = FIGHT_SELFHIT + "active"; public static final String FIGHT_SELFHIT_ACTIONS = FIGHT_SELFHIT + "actions";