Skip to content

Commit 3d981c8

Browse files
committed
Fixed ULX /me conflict
1 parent de32207 commit 3d981c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gamemode/libs/sh_chatbox.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,6 @@ function playerMeta:IsTyping()
415415

416416
return typing and typing != ""
417417
end
418+
419+
-- Why does ULX even have a /me command?
420+
hook.Remove("PlayerSay", "ULXMeCheck")

0 commit comments

Comments
 (0)