Merge pull request #6970 from Citadel-Station-13/upstream-merge-38172

[MIRROR] allows changing the rank of players in the playerpanel
This commit is contained in:
LetterJay
2018-06-02 07:28:31 -05:00
committed by GitHub
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, null, legacy_only)