aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-11-04 14:19:15 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-11-04 14:19:15 +0100
commita7dc1135e94bde5f8c3385d54388563eaffe7553 (patch)
tree111cbc0da4eecfccfe2bb6fbd25edb1c28d7118a /builtin
parentf1d9ac014efc6403e73223f36d3dbb7f5ed50236 (diff)
downloaddragonfireclient-a7dc1135e94bde5f8c3385d54388563eaffe7553.tar.xz
Added CheatHUD
Diffstat (limited to 'builtin')
-rw-r--r--builtin/client/cheats/init.lua1
-rw-r--r--builtin/settingtypes.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/builtin/client/cheats/init.lua b/builtin/client/cheats/init.lua
index 466ce4aee..03fc20c60 100644
--- a/builtin/client/cheats/init.lua
+++ b/builtin/client/cheats/init.lua
@@ -27,6 +27,7 @@ core.cheats = {
["Coords"] = "coords",
["Tracers"] = "enable_tracers",
["ESP"] = "enable_esp",
+ ["CheatHUD"] = "cheat_hud",
},
["World"] = {
["FastDig"] = "fastdig",
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index ec05c6196..adb8e7a00 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -2318,3 +2318,5 @@ chat_reverse (ReversedChat) bool false
forcefield (Forcefield) bool false
friendlist (Killaura / Forcefield Friendlist) string
+
+cheat_hud (CheatHUD) bool true