diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 14:23:38 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 14:23:38 +0100 |
commit | 510b0dde02e734aa1ab36fd62de228552db5c86b (patch) | |
tree | 0f49b6a92f8d4d327014a9296af6b1cf393fff81 | |
parent | f84bc60f26879f18975c3755cbe24247687ee96d (diff) | |
download | autokey-510b0dde02e734aa1ab36fd62de228552db5c86b.tar.xz |
Fix autosprint cheat menu entry
-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", "AutoSneak", "Movement", "special1") +autokey.register_keypress_cheat("autosprint", "AutoSprint", "Movement", "special1") |