Update SSbugreports.dm (#30844)

This commit is contained in:
Migratingcocofruit
2025-11-01 19:01:12 +00:00
committed by GitHub
parent 1b2883e92e
commit ef6279e0b0
@@ -17,6 +17,7 @@ SUBSYSTEM_DEF(bugreports)
bug_report.initial_key = query_bug_reports.item[2]
bug_report.bug_report_data = json_decode(query_bug_reports.item[5])
bug_report.awaiting_approval = TRUE
qdel(query_bug_reports)
/datum/controller/subsystem/bugreports/Shutdown()
record_bug_reports()