mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Shift+F3 debug menu (#18065)
* F3 debug menu * Some tweaks * So that escalated * Update code/controllers/subsystem.dm * Update code/controllers/subsystem/debugview.dm * Charlie tweaks
This commit is contained in:
@@ -24,8 +24,8 @@ SUBSYSTEM_DEF(dbcore)
|
||||
|
||||
offline_implications = "The server will no longer check for undeleted SQL Queries. No immediate action is needed."
|
||||
|
||||
/datum/controller/subsystem/dbcore/stat_entry()
|
||||
..("A: [length(active_queries)]")
|
||||
/datum/controller/subsystem/dbcore/get_stat_details()
|
||||
return "A: [length(active_queries)]"
|
||||
|
||||
// This is in Initialize() so that its actually seen in chat
|
||||
/datum/controller/subsystem/dbcore/Initialize()
|
||||
|
||||
Reference in New Issue
Block a user