We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de32207 commit 3d981c8Copy full SHA for 3d981c8
1 file changed
gamemode/libs/sh_chatbox.lua
@@ -415,3 +415,6 @@ function playerMeta:IsTyping()
415
416
return typing and typing != ""
417
end
418
+
419
+-- Why does ULX even have a /me command?
420
+hook.Remove("PlayerSay", "ULXMeCheck")
0 commit comments