Skip to content

Client-Server Permission Mismatch #20

@MuteTM

Description

@MuteTM

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions