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 yogstation13-bot
parent f2f48ad35d
commit 129aaf2713
2 changed files with 2 additions and 2 deletions

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, null, legacy_only)