mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-02 08:40:01 +01:00
Correct config path of selfhit.
This commit is contained in:
parent
ac9b6473fc
commit
07eec2ece9
@ -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";
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user