I just want to test for god's sake (#15173)

This commit is contained in:
Wowzewow (Wezzy)
2022-12-08 21:33:24 +01:00
committed by GitHub
parent fc1c8380a1
commit ae46cf158b
2 changed files with 43 additions and 0 deletions
+2
View File
@@ -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