Remove unimplemented setting `movement_speed_descend` (#5892)

This commit is contained in:
red-001 2017-06-03 13:44:04 +01:00 committed by Loïc Blot
parent 7a2b9df970
commit 994802a774
2 changed files with 0 additions and 4 deletions

View File

@ -886,7 +886,6 @@ movement_speed_crouch (Crouch speed) float 1.35
movement_speed_fast (Fast mode speed) float 20
movement_speed_climb (Climbing speed) float 3
movement_speed_jump (Jumping speed) float 6.5
movement_speed_descend (Descending speed) float 6
movement_liquid_fluidity (Liquid fluidity) float 1
movement_liquid_fluidity_smooth (Liquid fluidity smoothing) float 0.5
movement_liquid_sink (Liquid sink) float 10

View File

@ -1078,9 +1078,6 @@ max_out_chat_queue_size = 20
# type: float
# movement_speed_jump = 6.5
# type: float
# movement_speed_descend = 6
# type: float
# movement_liquid_fluidity = 1