mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Don't add a radio if it's exist on the list.
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
listeners += M
|
||||
listeners = recursive_mob_check(A, listeners, 3, 1, 0, 1)
|
||||
else if(istype(A, /obj/item/device/radio))
|
||||
listeners += A
|
||||
listeners |= A
|
||||
|
||||
// Don't include if the player is not connected.
|
||||
for (var/mob/Mob in listeners)
|
||||
|
||||
Reference in New Issue
Block a user