diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-10-12 18:12:04 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-10-12 18:12:04 +0200 |
commit | 80f416d51449ffc6907f7e2b6d1ef935abee5611 (patch) | |
tree | a01aec2298837cc80e1b5554589a1712747728f5 /builtin/client | |
parent | cb1915efa780292c7221bb14f38976967d7bcdab (diff) | |
download | dragonfireclient-80f416d51449ffc6907f7e2b6d1ef935abee5611.tar.xz |
Added AttachmentFloat
Diffstat (limited to 'builtin/client')
-rw-r--r-- | builtin/client/cheats.lua | 1 |
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", |