moderator
moderator copied to clipboard
Client-Server Permission Mismatch
Heyo, moderator seems to be having trouble keeping it's facts straight.
Stock Client:
access:
arm = true
armor = true
ban = true
cloak = true
god = true
health = true
mute = true
noclip = true
spawn = true
strip = true
icon = star
immunity = 10
inherit = user
name = Admin
Stock Server:
access:
armor = true
cloak = true
god = true
health = true
mute = true
noclip = true
spawn = true
strip = true
icon = star
immunity = 10
inherit = user
name = Admin
Good so far!
Now we strip all permissions from "Admin"
Client:
access:
icon = star
immunity = 10
inherit = user
name = Admin
Server:
access:
icon = star
immunity = 10
inherit = user
name = Admin
All is good, no? Nope! Reconnect your client and check the output again!
Reconnected Client:
access:
arm = true
armor = true
ban = true
cloak = true
god = true
health = true
mute = true
noclip = true
spawn = true
strip = true
icon = star
immunity = 10
inherit = user
name = Admin
Server still thinks (correctly) that "Admin" has no privileges.