We want the warnings of logged out people

This commit is contained in:
SoundScopes
2015-07-29 13:36:27 +01:00
parent 54f24bf592
commit f1d674b7fb
+1 -1
View File
@@ -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