Fixes forced say custom emotes properly. (#44328)

This commit is contained in:
AnturK
2019-06-09 18:15:39 -04:00
committed by moo
parent 5c1b649d24
commit 33dbe68452
5 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
client.dsay(message)
return
if(check_emote(message))
if(check_emote(message, forced))
return
. = say_dead(message)