We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f62fc33 + 83791d0 commit 55174b1Copy full SHA for 55174b1
lua/sv-tas-utils/initpostentity/hideulxcommands.lua
@@ -0,0 +1,7 @@
1
+if not ULib or not ULib.sayCmds then
2
+ return
3
+end
4
+
5
+for _, c in pairs(ULib.sayCmds) do
6
+ c.hide = true
7
0 commit comments