diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ autokey.register_keypress_cheat("autosneak", "AutoSneak", "Movement", "sneak", f return core.localplayer:is_touching_ground() end) -autokey.register_keypress_cheat("autosprint", "AutoSprint", "Movement", "special1") +autokey.register_keypress_cheat("autosprint", "AutoSprint", "Movement", "aux1") |