diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-26 17:57:39 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-03-26 17:57:39 +0100 |
commit | 32753db70d7f7d78d129fbe14ceb94a759d31625 (patch) | |
tree | fc400b1c7117a64f86867d08141d5ce81549137d | |
parent | 510b0dde02e734aa1ab36fd62de228552db5c86b (diff) | |
download | autokey-master.tar.xz |
-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") |