mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
-Fixes a bad check for radios, and I hate myself for missing it.
Thanks Mwahahaha for the bug report. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4184 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -226,9 +226,7 @@
|
||||
var/list/hearers = list()
|
||||
|
||||
// Try to find all the players who can hear the message
|
||||
for(var/key in client_list)
|
||||
var/client/C = client_list[key]
|
||||
var/mob/M = C.mob
|
||||
for(var/mob/M in player_list)
|
||||
if(!M) continue
|
||||
|
||||
var/atom/ear = M.get_ear()
|
||||
|
||||
Reference in New Issue
Block a user