mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +01:00
Remove nofall ActionList from MovingConfig.
This commit is contained in:
parent
2a9e42ea75
commit
003c6ea700
@ -80,7 +80,7 @@ public class MovingConfig extends ACheckConfig {
|
||||
|
||||
public final boolean noFallCheck;
|
||||
public final boolean noFallDealDamage;
|
||||
public final ActionList noFallActions;
|
||||
// public final ActionList noFallActions;
|
||||
|
||||
public final boolean passableCheck;
|
||||
public final ActionList passableActions;
|
||||
@ -129,7 +129,7 @@ public class MovingConfig extends ACheckConfig {
|
||||
|
||||
noFallCheck = data.getBoolean(ConfPaths.MOVING_NOFALL_CHECK);
|
||||
noFallDealDamage = data.getBoolean(ConfPaths.MOVING_NOFALL_DEALDAMAGE);
|
||||
noFallActions = data.getActionList(ConfPaths.MOVING_NOFALL_ACTIONS, Permissions.MOVING_NOFALL);
|
||||
// noFallActions = data.getActionList(ConfPaths.MOVING_NOFALL_ACTIONS, Permissions.MOVING_NOFALL);
|
||||
|
||||
passableCheck = data.getBoolean(ConfPaths.MOVING_PASSABLE_CHECK);
|
||||
passableActions = data.getActionList(ConfPaths.MOVING_PASSABLE_ACTIONS, Permissions.MOVING_PASSABLE);
|
||||
|
Loading…
Reference in New Issue
Block a user