mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 20:11:56 +00:00
* Fix admins without `R_POLL` getting (an unusable) poll verb (#79461) ## About The Pull Request Copy paste error, I assume. `admin_verbs_poll` only contains `/client/proc/poll_panel` which requires `R_POLL` to use. ## Changelog 🆑 Melbert admin: Admins without `R_POLL` no longer have access to "Server Poll Management", not that they could have used it anyways. /🆑 * Fix admins without `R_POLL` getting (an unusable) poll verb --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>