mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Fixes not being able to say ahelp in dchat [MDB IGNORE] (#10622)
* Fixes not being able to say ahelp in dchat (#63988) * fix * better code * Fixes not being able to say ahelp in dchat Co-authored-by: Seth Scherer <supernovaa41@gmx.com>
This commit is contained in:
co-authored by
Seth Scherer
parent
650271503c
commit
2054f35fd3
@@ -41,7 +41,7 @@
|
||||
return
|
||||
|
||||
message = copytext_char(sanitize(message), 1, MAX_MESSAGE_LEN)
|
||||
if(check_emote(message, forced))
|
||||
if(message[1] == "*" && check_emote(message, forced))
|
||||
return
|
||||
|
||||
. = say_dead(message)
|
||||
|
||||
Reference in New Issue
Block a user