Update: Permissions

Parole cmd now gm lvl 3 to match anticheat delete cmd
This commit is contained in:
MDIC
2022-04-14 10:22:20 -04:00
parent 71a07e2eb9
commit e129da3537

View File

@@ -47,7 +47,7 @@ public:
{ "player", SEC_GAMEMASTER, true, &HandleAntiCheatPlayerCommand, "" },
{ "delete", SEC_ADMINISTRATOR, true, &HandleAntiCheatDeleteCommand, "" },
{ "jail", SEC_GAMEMASTER, false, &HandleAnticheatJailCommand, "" },
{ "parole", SEC_GAMEMASTER, false, &HandleAnticheatParoleCommand, "" },
{ "parole", SEC_ADMINISTRATOR, false, &HandleAnticheatParoleCommand, "" },
{ "purge", SEC_ADMINISTRATOR, true, &HandleAntiCheatPurgeCommand, "" },
{ "warn", SEC_GAMEMASTER, true, &HandleAnticheatWarnCommand, "" }
};