[MIRROR] [GBP No Update] Perish, individual logging runtime [MDB IGNORE] (#15525)

* [GBP No Update] Perish, individual logging runtime (#69024)

missed 2 or 3(lol it was more when I look back at the files), LOG_GAME tags on the log_message line, and did some cleaning up since i was looking through every log_message again

Co-authored-by: tattle <66640614+dragomagol@ users.noreply.github.com>

Co-authored-by: tattle <66640614+dragomagol@ users.noreply.github.com>

* [GBP No Update] Perish, individual logging runtime

Co-authored-by: Mooshimi <85910816+Mooshimi@users.noreply.github.com>
Co-authored-by: tattle <66640614+dragomagol@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-08-11 08:12:08 -04:00
committed by GitHub
co-authored by tattle Mooshimi
parent 657eae95ec
commit 3f76c3f5b8
44 changed files with 58 additions and 60 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
/obj/effect/statclick/ticket_list/Click()
if (!usr.client?.holder)
message_admins("[key_name_admin(usr)] non-holder clicked on a ticket list statclick! ([src])")
usr.log_message("[key_name(usr)] non-holder clicked on a ticket list statclick! ([src])", LOG_ADMIN)
usr.log_message("non-holder clicked on a ticket list statclick! ([src])", LOG_ADMIN)
return
GLOB.ahelp_tickets.BrowseTickets(current_state)