mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user