diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 3877145895..500ccc4d04 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -794,7 +794,7 @@ var/global/floorIsLava = 0 set desc = "(atom path) Spawn an atom" set name = "Spawn" - if(!check_rights(R_DEBUG)) return + if(!check_rights(R_SPAWN)) return var/list/types = typesof(/atom) var/list/matches = new()