diff options
author | est31 <MTest31@outlook.com> | 2016-07-04 20:49:13 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2016-07-04 20:49:13 +0200 |
commit | f64914708092958f735337b3a14a33ca402b7893 (patch) | |
tree | ed6dcba87ffb5f65ec054e0bfa4e8db81556e51c /builtin | |
parent | e1aa98fe077faecb14a9820f3861bb1c82b5db6e (diff) | |
download | minetest-f64914708092958f735337b3a14a33ca402b7893.tar.gz minetest-f64914708092958f735337b3a14a33ca402b7893.tar.bz2 minetest-f64914708092958f735337b3a14a33ca402b7893.zip |
Disable joysticks per default for now
It seems that various different devices register as
Joysticks on linux, and their presence has caused
lots of confusion amongst minetest users.
Therefore, disable the joystick feature.
Closes #4261
Closes #4221
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index c751f34f2..3f256ec43 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -105,7 +105,7 @@ random_input (Random input) bool false continuous_forward (Continuous forward) bool false # Enable Joysticks -enable_joysticks (Enable Joysticks) bool true +enable_joysticks (Enable Joysticks) bool false # The time in seconds it takes between repeated events # when holding down a joystick button combination. |