From f53a0ea159c977789aa8968ad61172bbb95c5a30 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 29 Mar 2018 17:09:20 -0700 Subject: [PATCH] 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 8e6809d229d..2ae051cd2d0 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.")