aboutsummaryrefslogtreecommitdiff
path: root/builtin/client
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-10-12 18:12:04 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-10-12 18:12:04 +0200
commit80f416d51449ffc6907f7e2b6d1ef935abee5611 (patch)
treea01aec2298837cc80e1b5554589a1712747728f5 /builtin/client
parentcb1915efa780292c7221bb14f38976967d7bcdab (diff)
downloaddragonfireclient-80f416d51449ffc6907f7e2b6d1ef935abee5611.tar.xz
Added AttachmentFloat
Diffstat (limited to 'builtin/client')
-rw-r--r--builtin/client/cheats.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua
index 06b4cb745..800784597 100644
--- a/builtin/client/cheats.lua
+++ b/builtin/client/cheats.lua
@@ -23,6 +23,7 @@ core.cheats = {
["Coords"] = "coords",
["Tracers"] = "enable_tracers",
["ESP"] = "enable_esp",
+ ["AttachmentFloat"] = "float_above_parent",
},
["World"] = {
["FastDig"] = "fastdig",