mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-21 22:24:09 +01:00
d057edd22c
## About The Pull Request The view round logs panel in the admin section can be clicked on by people with the `R_ADMIN` and `R_DEBUG` permissions. However, because of how it's TGUI interaction was implemented, the panel itself only ever opened for people with the `R_ADMIN` permission. This PR hides the button from the view of people with the `R_DEBUG`, but no `R_ADMIN` perms, completely. <img width="1649" height="183" alt="image" src="https://github.com/user-attachments/assets/e7512a88-9368-416e-b2dc-0c40d8c11a79" /> View Round Log panel button gone despite me having every permission other than `R_ADMIN`. ## Why It's Good For The Game Removes a non-functional button from some admins view.