From f1d674b7fba7cd795a2a68e990fb277bfa04cba3 Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Wed, 29 Jul 2015 13:36:27 +0100 Subject: [PATCH] We want the warnings of logged out people --- code/modules/mob/login.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/login.dm b/code/modules/mob/login.dm index 385885bd..3d41c863 100644 --- a/code/modules/mob/login.dm +++ b/code/modules/mob/login.dm @@ -5,7 +5,7 @@ computer_id = client.computer_id log_access("Login: [key_name(src)] from [lastKnownIP ? lastKnownIP : "localhost"]-[computer_id] || BYOND v[client.byond_version]") if(config.log_access) - for(var/mob/M in player_list) + for(var/mob/M in mob_list) if(M == src) continue if( M.key && (M.key != key) ) var/matches