Make the delete verb check for SPAWN|DEBUG

This commit is contained in:
Bjorn Neergaard
2018-03-28 19:02:45 -06:00
parent 97522b6aca
commit 2bf2746ca2
+1 -1
View File
@@ -553,7 +553,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
set category = "Admin"
set name = "Delete"
if(!check_rights(R_ADMIN))
if(!check_rights(R_SPAWN|R_DEBUG))
return
admin_delete(A)