diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 049c0187ad0..b4142a70058 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