Skip to content

Commit

Permalink
Remove unimplemented setting movement_speed_descend (#5892)
Browse files Browse the repository at this point in the history
  • Loading branch information
red-001 authored and nerzhul committed Jun 3, 2017
1 parent 7a2b9df commit 994802a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion builtin/settingtypes.txt
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions minetest.conf.example
Expand Up @@ -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

Expand Down

0 comments on commit 994802a

Please sign in to comment.