mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-02 22:07:50 +01:00
Lower default flightheight limit
This commit is contained in:
parent
0c506576d3
commit
dc3887b599
@ -84,7 +84,7 @@ public class DefaultConfiguration extends Configuration {
|
|||||||
setValue(MOVING_RUNFLY_ALLOWLIMITEDFLYING, false);
|
setValue(MOVING_RUNFLY_ALLOWLIMITEDFLYING, false);
|
||||||
setValue(MOVING_RUNFLY_FLYINGSPEEDLIMITVERTICAL, 100);
|
setValue(MOVING_RUNFLY_FLYINGSPEEDLIMITVERTICAL, 100);
|
||||||
setValue(MOVING_RUNFLY_FLYINGSPEEDLIMITHORIZONTAL, 60);
|
setValue(MOVING_RUNFLY_FLYINGSPEEDLIMITHORIZONTAL, 60);
|
||||||
setValue(MOVING_RUNFLY_FLYINGHEIGHTLIMIT, 500);
|
setValue(MOVING_RUNFLY_FLYINGHEIGHTLIMIT, 250);
|
||||||
|
|
||||||
ActionList flyingActionList = new ActionList();
|
ActionList flyingActionList = new ActionList();
|
||||||
flyingActionList.setActions(0, action.getActions("moveLogLowShort moveCancel".split(" ")));
|
flyingActionList.setActions(0, action.getActions("moveLogLowShort moveCancel".split(" ")));
|
||||||
|
Loading…
Reference in New Issue
Block a user