Merge pull request #524 from Citadel-Station-13/upstream-merge-26489
[MIRROR] fixes the server
This commit is contained in:
@@ -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) )
|
||||
|
||||
Reference in New Issue
Block a user