mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-18 13:04:45 +00:00
## About The Pull Request
Replaces all instances of `SSblackbox.record_feedback\("tally",
"admin_verb", 1, (.+)\)` with `BLACKBOX_LOG_ADMIN_VERB($1)`
This makes so the funny comment isn't necessary.
It also reveals one location which someone did not heed the comment, the
`debug_controller` proc copy+pasted the line but did not change the
fourth argument. PEOPLE DON'T READ!
8 lines
292 B
Plaintext
8 lines
292 B
Plaintext
/// Verb for opening the requests manager panel
|
|
/client/proc/requests()
|
|
set name = "Requests Manager"
|
|
set desc = "Open the request manager panel to view all requests during this round"
|
|
set category = "Admin.Game"
|
|
BLACKBOX_LOG_ADMIN_VERB("Request Manager")
|
|
GLOB.requests.ui_interact(usr)
|