mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Paranoid RunQueue errors. (#27948)
* Verbose RunQueue errors. * Looser tracking * Add line numbers. * Point fingers at subsystems. * SSinput debugging, useless debugging cleanup
This commit is contained in:
@@ -353,3 +353,7 @@
|
||||
out["sleep_count"] = fire_sleep_count
|
||||
out["custom"] = list() // Override as needed on child
|
||||
return out
|
||||
|
||||
/// Allows a subsystem to report what it was doing in case of a silent crash.
|
||||
/datum/controller/subsystem/proc/last_task()
|
||||
return "No task specified."
|
||||
|
||||
Reference in New Issue
Block a user