diff options
author | Moose <maxis275@wp.pl> | 2019-01-02 23:32:19 +0100 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-01-02 23:32:19 +0100 |
commit | c26eab6319b64089a32e43cf1626f9583947572a (patch) | |
tree | f7545e329bf4a954d800288c8d3226333415edb4 | |
parent | c6f784f43bca3328c6810c26c8bda2ea507c70e8 (diff) | |
download | minetest-c26eab6319b64089a32e43cf1626f9583947572a.tar.gz minetest-c26eab6319b64089a32e43cf1626f9583947572a.tar.bz2 minetest-c26eab6319b64089a32e43cf1626f9583947572a.zip |
autojump setting: Remove repeated doc line (#8041)
-rw-r--r-- | builtin/settingtypes.txt | 1 | ||||
-rw-r--r-- | minetest.conf.example | 1 |
2 files changed, 0 insertions, 2 deletions
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. |