mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Fixes devs being unable to see the "view bug reports" verb and a runtime in the rejection message (#30736)
* Adds the bug report verb to the view_runtimes verb list * fix rejection messagea
This commit is contained in:
@@ -217,6 +217,6 @@ GLOBAL_LIST_EMPTY(bug_report_time)
|
||||
message_admins("[user.ckey] has rejected a bug report from [initial_key] titled [bug_report_data["title"]] at [time2text(world.timeofday, "YYYY-MM-DD hh:mm:ss")].")
|
||||
var/client/initial_user = locateUID(initial_user_uid)
|
||||
if(initial_user)
|
||||
to_chat(initial_user_uid, "<span class = 'warning'>A staff member has rejected your bug report, this can happen for several reasons. They will most likely get back to you shortly regarding your issue.</span>")
|
||||
to_chat(initial_user, "<span class = 'warning'>A staff member has rejected your bug report, this can happen for several reasons. They will most likely get back to you shortly regarding your issue.</span>")
|
||||
|
||||
#undef STATUS_SUCCESS
|
||||
|
||||
Reference in New Issue
Block a user