mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Granular admin perms (#66368)
* Granular admin perms * Implement temporary user specific permissions menu * Restore config * Fix TESTING
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user