R_DEV flag

Seperates R_DEV flag.
IS DIFFERENT FROM+DEBUG.
More features to be added.
This commit is contained in:
Dalekfodder
2014-03-15 15:53:15 +02:00
parent c6f4867a60
commit a3f8746c8c
6 changed files with 49 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ var/list/admin_ranks = list() //list of all ranks with associated rights
if("sound","sounds") rights |= R_SOUNDS
if("spawn","create") rights |= R_SPAWN
if("mod") rights |= R_MOD
if("developer") rights |= R_DEV
admin_ranks[rank] = rights
previous_rights = rights