From 93bccb349080b0b184cdda9e7ab4a364664efe70 Mon Sep 17 00:00:00 2001 From: Ben Deutsch Date: Thu, 22 Nov 2018 22:47:15 +0100 Subject: Client-side autojump. Remove Android-only stepheight autojump (#7228) Works by detecting a collision while moving forward and then simulating a jump. If the simulated jump is more successful, an artificial jump key press is injected in the client. Includes setting and key change GUI element for enabling and disabling this feature. --- src/settings_translation_file.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings_translation_file.cpp') diff --git a/src/settings_translation_file.cpp b/src/settings_translation_file.cpp index c2390c189..2b56115df 100644 --- a/src/settings_translation_file.cpp +++ b/src/settings_translation_file.cpp @@ -27,6 +27,7 @@ fake_function() { gettext("Double tap jump for fly"); gettext("Double-tapping the jump key toggles fly mode."); gettext("Always fly and fast"); + gettext("Automatic jumping"); gettext("If disabled, \"special\" key is used to fly fast if both fly and fast mode are enabled."); gettext("Rightclick repetition interval"); gettext("The time in seconds it takes between repeated right clicks when holding the right mouse button."); -- cgit v1.2.3