🆕 Added Staffchat to the Emu

!!! Do not run the Staffchat plugin anymore !!!!

- execute the sql:

INSERT INTO `permission_definitions` (`permission_key`, `max_value`, `comment`)
VALUES ( 'acc_staff_chat', 1, 'Grants access to the in-game Staff Chat group buddy: receives broadcasts from other staff and can broadcast to anyone holding this permission.' )
ON DUPLICATE KEY UPDATE `max_value` = VALUES(`max_value`), `comment`   = VALUES(`comment`);
This commit is contained in:
duckietm
2026-04-28 13:51:04 +02:00
parent 1ebc8314a8
commit 0224f3f416
4 changed files with 67 additions and 35 deletions