Granular admin perms (#66368)

* Granular admin perms

* Implement temporary user specific permissions menu

* Restore config

* Fix TESTING
This commit is contained in:
Mothblocks
2022-05-03 21:59:22 -07:00
committed by GitHub
parent e985312f0d
commit 0204332c8d
14 changed files with 239 additions and 199 deletions
+1 -1
View File
@@ -332,7 +332,7 @@ GLOBAL_PROTECT(poll_options)
return
var/admin_rank
if(client.holder)
admin_rank = client.holder.rank.name
admin_rank = client.holder.rank_names()
else
if(poll.admin_only)
return