Skip to content

Commit 7bdeeec

Browse files
authored
Enabled Auto-Jump by Default for Touchscreens (#500)
1 parent a31e7ce commit 7bdeeec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/client/options/Options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Options::Options(Minecraft* mc, const std::string& folderPath) :
8080
, m_flightHax("misc_flycheat", "options.flightHax", false)
8181
, m_playerName("mp_username", "options.username", "Steve")
8282
, m_serverVisibleDefault("mp_server_visible_default", "options.serverVisibleDefault", true)
83-
, m_autoJump("ctrl_autojump", "options.autoJump", false)
83+
, m_autoJump("ctrl_autojump", "options.autoJump", mc->platform()->isTouchscreen())
8484
, m_debugText("info_debugtext", "options.debugText", false)
8585
, m_blockOutlines("gfx_blockoutlines", "options.blockOutlines", false)
8686
, m_fancyGrass("gfx_fancygrass", "options.fancyGrass", true)

0 commit comments

Comments
 (0)