allows changing the rank of players in the playerpanel (#38172)

* allows changing the rank of players in the playerpanel

* Update permissionedit.dm

* Update permissionedit.dm
This commit is contained in:
Nich
2018-06-01 15:26:21 +02:00
committed by letterjay
parent 340c6d2e83
commit 3b6e5236bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -165,7 +165,7 @@
return
switch(task)
if("add")
admin_ckey = add_admin(null, use_db)
admin_ckey = add_admin(admin_ckey, use_db)
if(!admin_ckey)
return
change_admin_rank(admin_ckey, use_db)