Merge pull request #6197 from Citadel-Station-13/upstream-merge-36796

[MIRROR] Make the delete verb check for SPAWN|DEBUG
This commit is contained in:
LetterJay
2018-03-31 18:44:41 -05:00
committed by GitHub
+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)