diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-11-04 14:19:15 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-11-04 14:19:15 +0100 |
commit | a7dc1135e94bde5f8c3385d54388563eaffe7553 (patch) | |
tree | 111cbc0da4eecfccfe2bb6fbd25edb1c28d7118a /builtin | |
parent | f1d9ac014efc6403e73223f36d3dbb7f5ed50236 (diff) | |
download | dragonfireclient-a7dc1135e94bde5f8c3385d54388563eaffe7553.tar.xz |
Added CheatHUD
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/client/cheats/init.lua | 1 | ||||
-rw-r--r-- | builtin/settingtypes.txt | 2 |
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 |