[MIRROR] Fix double signal send of COMSIG_MOB_EMOTED [MDB IGNORE] (#22288)

* Fix double signal send of `COMSIG_MOB_EMOTED`

* Conflict fixed

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Giz <vinylspiders@gmail.com>
This commit is contained in:
SkyratBot
2023-07-14 21:23:09 +02:00
committed by GitHub
parent 6c2d9d3b7c
commit 472bdb00aa
-1
View File
@@ -145,7 +145,6 @@
if(viewer.is_blind() && !viewer.can_hear())
to_chat(viewer, msg)
// SKYRAT EDIT -- END
SEND_SIGNAL(user, COMSIG_MOB_EMOTED(key))
/**
* For handling emote cooldown, return true to allow the emote to happen.