mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Admin opfor panel permission flag tweak. (#24892)
the fix Co-authored-by: Sensum <121913313+HWSensum@users.noreply.github.com>
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
var/list/data = list()
|
||||
|
||||
var/client/owner_client = GLOB.directory[ckey]
|
||||
data["admin_mode"] = check_rights_for(user.client, R_DEFAULT) && user.client != owner_client
|
||||
data["admin_mode"] = check_rights_for(user.client, R_ADMIN) && user.client != owner_client
|
||||
|
||||
data["creator_ckey"] = ckey
|
||||
|
||||
|
||||
Reference in New Issue
Block a user