diff options
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 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", diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 4c9d3f15b..ab3ceb9e7 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2323,3 +2323,5 @@ player_esp_color (PlayerESP Color) v3f 0, 255, 0 tool_range (Additional Tool Range) int 2 reach (Reach) bool false + +airjump (AirJump) bool false |