mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] [MAJOR CHANGE] Admin rank datum (#10316)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
86d5086018
commit
a57d38624d
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user