From e3b443abd5cb72bd4343857f2a8d4a4774db3e59 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Mon, 31 Aug 2015 05:27:02 -0300 Subject: [PATCH] Fixes the player panel not opening on clientless mobs --- code/modules/admin/admin.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 0955e000881..7b113197116 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -48,13 +48,13 @@ var/global/floorIsLava = 0 body += "Jobban | " body += "Identity Ban | " body += "Notes | " - if(M.client.check_watchlist(M.client.ckey)) - body += "Remove from Watchlist | " - body += "Edit Watchlist reason " - else - body += "Add to Watchlist " - if(M.client) + if(M.client.check_watchlist(M.client.ckey)) + body += "Remove from Watchlist | " + body += "Edit Watchlist reason " + else + body += "Add to Watchlist " + body += "| Prison | " body += "\ Send back to Lobby | " var/muted = M.client.prefs.muted