-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:
sieve32@gmail.com
2012-07-26 15:10:32 +00:00
parent ec8a7d7bcb
commit e8b48a8548

View File

@@ -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()