fixes the server

This commit is contained in:
CitadelStationBot
2017-04-23 10:22:18 -05:00
parent 528279a13e
commit add1419809
+1 -1
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) )