diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 13:58:46 +0100 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-12-12 13:58:46 +0100 |
commit | f783f59392f5e86c5645195521b2fa008ffe4fe7 (patch) | |
tree | c6f7fb85797f370033af7954fdbce2403a1df07c /builtin/client/chatcommands.lua | |
parent | 8b58465aa1d63e5f6dbbd9a7a43bfa7dc257c4de (diff) | |
download | dragonfireclient-f783f59392f5e86c5645195521b2fa008ffe4fe7.tar.xz |
Make GitHub Actions Happy try 1
Diffstat (limited to 'builtin/client/chatcommands.lua')
-rw-r--r-- | builtin/client/chatcommands.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/client/chatcommands.lua b/builtin/client/chatcommands.lua index fc6ed5b2b..0da3dab1b 100644 --- a/builtin/client/chatcommands.lua +++ b/builtin/client/chatcommands.lua @@ -180,5 +180,5 @@ core.register_chatcommand("setpitch", { end }) -core.register_list_command("xray", "Configure X-Ray", "xray_nodes") -core.register_list_command("search", "Configure NodeESP", "node_esp_nodes") +core.register_list_command("xray", "Configure X-Ray", "xray_nodes") +core.register_list_command("search", "Configure NodeESP", "node_esp_nodes") |