Files
Phantastic-Swan d057edd22c fixes view round logs option being visible (though not accessible) to people with the R_DEBUG permission (#95960)
## 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.
2026-05-19 12:50:05 +02:00
..