mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes forced say custom emotes properly. (#44328)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
client.dsay(message)
|
||||
return
|
||||
|
||||
if(check_emote(message))
|
||||
if(check_emote(message, forced))
|
||||
return
|
||||
|
||||
. = say_dead(message)
|
||||
|
||||
Reference in New Issue
Block a user