fixes the server (#26489)

This commit is contained in:
Kyle Spier-Swenson
2017-04-23 08:22:05 -07:00
committed by KorPhaeron
parent 88310bb299
commit 885181d64c
+1 -1
View File
@@ -197,7 +197,7 @@ GLOBAL_LIST(external_rsc_urls)
var/alert_mob_dupe_login = FALSE
if(config.log_access)
for(var/I in GLOB.clients)
if(I == src)
if(!I || I == src)
continue
var/client/C = I
if(C.key && (C.key != key) )