diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm
index c6e5c70bc3c..ea71821cfd7 100644
--- a/code/modules/admin/admin.dm
+++ b/code/modules/admin/admin.dm
@@ -392,7 +392,7 @@ var/global/floorIsLava = 0
I.rank = "N/A"
update_file = 1
dat += "[I.content] by [I.author] ([I.rank]) on [I.timestamp] "
- if(I.author == usr.key)
+ if(I.author == usr.key || check_rights(R_PERMISSIONS))
dat += "Remove"
dat += "
"
if(update_file) info << infos