Renames "Tick Overrun" in MC overview to "Subsystem Overtime" (#92556)

## About The Pull Request

Because we suck at naming things, and this is SS overtime and not tick
overrun

## Changelog
🆑
admin: Renamed "Tick Overrun" in MC overview to "Subsystem Overtime" to
be true as to what it actually displays
/🆑
This commit is contained in:
SmArtKar
2025-08-15 00:37:23 +02:00
committed by GitHub
parent a3c3acd294
commit d8120d30e4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ ADMIN_VERB(cmd_controller_view_ui, R_SERVER|R_DEBUG, "Controller Overview", "Vie
"cost_ms" = subsystem.cost,
"tick_usage" = subsystem.tick_usage,
"usage_per_tick" = average,
"tick_overrun" = subsystem.tick_overrun,
"overtime" = subsystem.tick_overrun,
"initialized" = subsystem.initialized,
"initialization_failure_message" = subsystem.initialization_failure_message,
))