Skip to content

Commit 55174b1

Browse files
authored
Merge pull request #9 from adamnejm/hide-ulx-cmds
[Experiment] Hide ULX command messages
2 parents f62fc33 + 83791d0 commit 55174b1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
end

0 commit comments

Comments
 (0)