mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-08 07:41:23 +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 noFallCheck;
|
||||||
public final boolean noFallDealDamage;
|
public final boolean noFallDealDamage;
|
||||||
public final ActionList noFallActions;
|
// public final ActionList noFallActions;
|
||||||
|
|
||||||
public final boolean passableCheck;
|
public final boolean passableCheck;
|
||||||
public final ActionList passableActions;
|
public final ActionList passableActions;
|
||||||
@ -129,7 +129,7 @@ public class MovingConfig extends ACheckConfig {
|
|||||||
|
|
||||||
noFallCheck = data.getBoolean(ConfPaths.MOVING_NOFALL_CHECK);
|
noFallCheck = data.getBoolean(ConfPaths.MOVING_NOFALL_CHECK);
|
||||||
noFallDealDamage = data.getBoolean(ConfPaths.MOVING_NOFALL_DEALDAMAGE);
|
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);
|
passableCheck = data.getBoolean(ConfPaths.MOVING_PASSABLE_CHECK);
|
||||||
passableActions = data.getActionList(ConfPaths.MOVING_PASSABLE_ACTIONS, Permissions.MOVING_PASSABLE);
|
passableActions = data.getActionList(ConfPaths.MOVING_PASSABLE_ACTIONS, Permissions.MOVING_PASSABLE);
|
||||||
|
Loading…
Reference in New Issue
Block a user