From de282f5201c69085186c96ea6ee7540a7010638b Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 29 Mar 2018 19:10:37 -0500 Subject: [PATCH] [MIRROR] individual player panel now logs 100% of the time (#6176) * individual player panel now logs 100% of the time * logging (#36819) --- code/modules/admin/admin.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 5cdc58dae3..d1f58dfe7f 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -19,8 +19,7 @@ if(!check_rights()) return - if(!isobserver(usr)) - log_game("[key_name(usr)] checked the player panel while in game.") + log_admin("[key_name(usr)] checked the individual player panel for [key_name(M)][isobserver(usr)?"":" while in game"].") if(!M) to_chat(usr, "You seem to be selecting a mob that doesn't exist anymore.")