Correct config path of selfhit.

This commit is contained in:
asofold 2012-09-07 23:04:04 +02:00
parent ac9b6473fc
commit 07eec2ece9

View File

@ -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";