diff --git a/code/modules/admin/verbs/custom_event.dm b/code/modules/admin/verbs/custom_event.dm index 7568a9c69df..4c0a48c7071 100644 --- a/code/modules/admin/verbs/custom_event.dm +++ b/code/modules/admin/verbs/custom_event.dm @@ -45,7 +45,7 @@ set category = "Event" set name = "Change Custom Admin Event Info" - if(!holder && check_rights(R_EVENT)) + if(check_rights(R_EVENT)) to_chat(src, "Only administrators may use this command.") return @@ -72,7 +72,7 @@ set category = "Event" set name = "Custom Event Admin Info" - if(!holder && check_rights(R_EVENT)) + if(check_rights(R_EVENT)) to_chat(src, "Only administrators may use this command.") return