diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index a199e7e7f..d8d9ec3ab 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -115,7 +115,6 @@ always_fly_fast (Always fly and fast) bool true repeat_rightclick_time (Rightclick repetition interval) float 0.25 # Automatically jump up single-node obstacles. -# type: bool autojump (Automatic jumping) bool false # Prevent digging and placing from repeating when holding the mouse buttons. diff --git a/minetest.conf.example b/minetest.conf.example index 64fe7ef29..773100759 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -82,7 +82,6 @@ # Automatically jump up single-node obstacles. # type: bool -# type: bool # autojump = false # Prevent digging and placing from repeating when holding the mouse buttons.