From a3925db22672e5111f542a49d76bc72df2072edf Mon Sep 17 00:00:00 2001 From: Minetest-j45 Date: Mon, 30 Aug 2021 16:45:27 +0100 Subject: add airjump and remove unused headers --- builtin/client/cheats.lua | 1 + builtin/settingtypes.txt | 2 ++ 2 files changed, 3 insertions(+) (limited to 'builtin') 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 -- cgit v1.2.3