We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31e7ce commit 7bdeeecCopy full SHA for 7bdeeec
1 file changed
source/client/options/Options.cpp
@@ -80,7 +80,7 @@ Options::Options(Minecraft* mc, const std::string& folderPath) :
80
, m_flightHax("misc_flycheat", "options.flightHax", false)
81
, m_playerName("mp_username", "options.username", "Steve")
82
, m_serverVisibleDefault("mp_server_visible_default", "options.serverVisibleDefault", true)
83
- , m_autoJump("ctrl_autojump", "options.autoJump", false)
+ , m_autoJump("ctrl_autojump", "options.autoJump", mc->platform()->isTouchscreen())
84
, m_debugText("info_debugtext", "options.debugText", false)
85
, m_blockOutlines("gfx_blockoutlines", "options.blockOutlines", false)
86
, m_fancyGrass("gfx_fancygrass", "options.fancyGrass", true)
0 commit comments