Merge pull request #524 from Citadel-Station-13/upstream-merge-26489

[MIRROR] fixes the server
This commit is contained in:
LetterJay
2017-04-24 16:43:37 -05:00
committed by GitHub

View File

@@ -216,7 +216,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) )