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 | |
parent | d404517d2ba38594722b8f58aaeb2f8d4aeb0c38 (diff) | |
download | dragonfireclient-b09fc5de5cdb021f43ad32b7e3f50dc75c0bc622.tar.xz |
Add spider
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/client/cheats.lua | 1 | ||||
-rw-r--r-- | builtin/settingtypes.txt | 2 |
2 files changed, 3 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", diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 8726012ff..e023aeab7 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2375,3 +2375,5 @@ tool_range (Additional Tool Range) int 2 reach (Reach) bool false airjump (AirJump) bool false + +spider (Spider) bool false |