This commit is contained in:
Aurorablade
2017-09-29 19:20:51 -04:00
parent 548ca4c307
commit a608d42d22
+2 -2
View File
@@ -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