mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Fixes MC tab crashing, debug-controller verb now shows all SS. (#11509)
This commit is contained in:
@@ -873,10 +873,13 @@
|
||||
stat("Failsafe Controller:", "ERROR")
|
||||
if (Master)
|
||||
stat(null, "- Subsystems -")
|
||||
var/amt = 0
|
||||
for(var/datum/controller/subsystem/SS in Master.subsystems)
|
||||
if (!Master.initializing && SS.flags & SS_NO_DISPLAY)
|
||||
continue
|
||||
|
||||
if(amt >= 70)
|
||||
break
|
||||
amt++
|
||||
SS.stat_entry()
|
||||
|
||||
if(listed_turf && client)
|
||||
|
||||
Reference in New Issue
Block a user