diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 2c749df71bb7..5042167023e6 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -103,7 +103,7 @@ color = "#114e11" dat += "[N.text] by [admin_ckey] ([N.admin_rank])[confidential_text] on [N.date] [NOTE_ROUND_ID(N)] " - if(admin_ckey == usr.ckey || admin_ckey == "Adminbot" || ishost(usr)) + if(admin_ckey == usr.ckey || admin_ckey == "Adminbot" || check_for_rights(R_PERMISSIONS)) dat += "Remove" dat += "

"