diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-17 20:05:52 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-17 20:05:52 +0200 |
commit | b09fc5de5cdb021f43ad32b7e3f50dc75c0bc622 (patch) | |
tree | d0b0d2df7557620fb23cd25fcb59b2520a66ca03 /builtin/client | |
parent | d404517d2ba38594722b8f58aaeb2f8d4aeb0c38 (diff) | |
download | dragonfireclient-b09fc5de5cdb021f43ad32b7e3f50dc75c0bc622.tar.xz |
Add spider
Diffstat (limited to 'builtin/client')
-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", |