mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
More fixes
This commit is contained in:
@@ -73,7 +73,7 @@ SUBSYSTEM_DEF(garbage)
|
||||
var/i = 0
|
||||
for(var/list/L in queues)
|
||||
i++
|
||||
.["queue_[i]"] = length(L)
|
||||
cust["queue_[i]"] = length(L)
|
||||
|
||||
.["custom"] = cust
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ SUBSYSTEM_DEF(metrics)
|
||||
wait = 1 MINUTES
|
||||
offline_implications = "Server metrics will no longer be ingested into monitoring systems. No immediate action is needed."
|
||||
runlevels = RUNLEVEL_LOBBY | RUNLEVEL_SETUP | RUNLEVEL_GAME | RUNLEVEL_POSTGAME // ALL THE LEVELS
|
||||
flags = SS_KEEP_TIMING // This needs to ingest every IRL minute
|
||||
/// The real time of day the server started. Used to calculate time drift
|
||||
var/world_init_time = 0 // Not set in here. Set in world/New()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user