mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
fixes the server (#26489)
This commit is contained in:
committed by
KorPhaeron
parent
88310bb299
commit
885181d64c
@@ -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) )
|
||||
|
||||
Reference in New Issue
Block a user