mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user