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 a1e00814e..b712d0f14 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -13,6 +13,7 @@ core.cheats = { ["JetPack"] = "jetpack", ["AntiSlip"] = "antislip", ["AirJump"] = "airjump", + ["Spider"] = "spider", }, ["Render"] = { ["Xray"] = "xray", |