diff options
Diffstat (limited to 'builtin/client/cheats.lua')
-rw-r--r-- | builtin/client/cheats.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index e4cace744..a1e00814e 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -12,6 +12,7 @@ core.cheats = { ["NoSlow"] = "no_slow", ["JetPack"] = "jetpack", ["AntiSlip"] = "antislip", + ["AirJump"] = "airjump", }, ["Render"] = { ["Xray"] = "xray", |