mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
I just want to test for god's sake (#15173)
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
lastKnownIP = client.address
|
||||
computer_id = client.computer_id
|
||||
log_access("Login: [key_name(src)] from [lastKnownIP ? lastKnownIP : "localhost"]-[computer_id] || BYOND v[client.byond_version]",ckey=key_name(src))
|
||||
if(config.guests_allowed) // shut up if guests allowed for testing
|
||||
return
|
||||
if(config.log_access)
|
||||
for(var/mob/M in player_list)
|
||||
if(M == src) continue
|
||||
|
||||
Reference in New Issue
Block a user