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 43d79d498..06b4cb745 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -22,6 +22,7 @@ core.cheats = { ["BrightNight"] = "no_night", ["Coords"] = "coords", ["Tracers"] = "enable_tracers", + ["ESP"] = "enable_esp", }, ["World"] = { ["FastDig"] = "fastdig", diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 8452850fa..a4991cb94 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2271,4 +2271,6 @@ no_force_rotate (NoForceRotate) bool false enable_tracers (Tracers) bool false +enable_esp (ESP) bool false + no_slow (NoSlow) bool false |