fixes whispers returning oopsie

This commit is contained in:
nevimer
2021-06-16 19:54:57 -04:00
parent 479e1fcb3f
commit c369a1f16d
+1 -2
View File
@@ -380,8 +380,7 @@ proc/get_radio_key_from_channel(var/channel)
if(!isobserver(usr) || !IsAdminGhost(usr))
if(!whispering)
usr.say_overhead(say_emphasis(message), speaking)
if(whispering)
return
//Main 'say' and 'whisper' message delivery
for(var/mob/M in listening)