[MIRROR] [MAJOR CHANGE] Admin rank datum (#10316)

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-11 14:36:14 -07:00
committed by GitHub
parent 86d5086018
commit a57d38624d
89 changed files with 1997 additions and 775 deletions

View File

@@ -169,7 +169,7 @@
data["question"] = question
data["choices"] = choices
if(show_counts || check_rights(R_ADMIN, FALSE, user))
if(show_counts || check_rights_for(user.client, R_ADMIN))
data["show_counts"] = TRUE
var/list/counts = list()