Skip to content

Commit

Permalink
Adjust the vertical ascend speed for spectator mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed May 7, 2017
1 parent 7cd2303 commit d306c32
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -377,7 +377,7 @@ public DefaultConfig() {
set(ConfPaths.MOVING_CREATIVEFLY_MODEL + "creative." + ConfPaths.SUB_VERTICAL_MAXHEIGHT, 128, 785);
if (BridgeMisc.GAME_MODE_SPECTATOR != null) {
set(ConfPaths.MOVING_CREATIVEFLY_MODEL + "spectator." + ConfPaths.SUB_HORIZONTAL_SPEED, 450, 1102);
set(ConfPaths.MOVING_CREATIVEFLY_MODEL + "spectator." + ConfPaths.SUB_VERTICAL_ASCEND_SPEED, 100, 785);
set(ConfPaths.MOVING_CREATIVEFLY_MODEL + "spectator." + ConfPaths.SUB_VERTICAL_ASCEND_SPEED, 170, 1103);
set(ConfPaths.MOVING_CREATIVEFLY_MODEL + "spectator." + ConfPaths.SUB_VERTICAL_MAXHEIGHT, 128, 785);
set(ConfPaths.MOVING_CREATIVEFLY_MODEL + "spectator." + ConfPaths.SUB_GRAVITY, false, 785);
set(ConfPaths.MOVING_CREATIVEFLY_MODEL + "spectator." + ConfPaths.SUB_GROUND, false, 785);
Expand Down

0 comments on commit d306c32

Please sign in to comment.