mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Oops forgotten.
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
listeners += A
|
||||
|
||||
// Don't include if the player is not connected.
|
||||
for (var/mob/Mob in hear)
|
||||
for (var/mob/Mob in listeners)
|
||||
if (isnull(Mob.client))
|
||||
listeners -= Mob
|
||||
|
||||
|
||||
Reference in New Issue
Block a user