From faa32610e381db1d58ee2b57d3a6efc2e664fdec Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 5 Oct 2020 18:41:10 +0200 Subject: Added ESP, fixed Tracers, improved Jesus --- 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 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 -- cgit v1.2.3