Skip to content

Commit

Permalink
Update code/controllers/subsystem/statpanel.dm
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <dj-34@bk.ru>
  • Loading branch information
Gaxeer and dj-34 authored Jan 31, 2025
1 parent f55ffeb commit 8b723db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/statpanel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SUBSYSTEM_DEF(statpanels)
"Players Connected: [LAZYLEN(GLOB.clients)]", // BANDASTATION ADD
"Players in Lobby: [LAZYLEN(GLOB.new_player_list)]", // BANDASTATION ADD
"Server Time: [time2text(world.timeofday, "YYYY-MM-DD hh:mm:ss")]",
"[SSticker.round_start_time ? "Round Time" : "Lobby Time"]: [STATION_TIME_PASSED() > MIDNIGHT_ROLLOVER ? "[round(STATION_TIME_PASSED() / MIDNIGHT_ROLLOVER)]:[gameTimestamp(wtime = STATION_TIME_PASSED(), timezone = 0)]" : gameTimestamp(wtime = STATION_TIME_PASSED(), timezone = 0)]", // BANDASTATION EDIT - original: ROUND_TIME()
"[SSticker.round_start_time ? "Round Time" : "Lobby Time"]: [STATION_TIME_PASSED() > MIDNIGHT_ROLLOVER ? "[round(STATION_TIME_PASSED() / MIDNIGHT_ROLLOVER)]:[gameTimestamp(wtime = STATION_TIME_PASSED(), timezone = 0)]" : gameTimestamp(wtime = STATION_TIME_PASSED(), timezone = 0)]", // BANDASTATION ADDITION - timezone
"Station Time: [station_time_timestamp()]",
"Time Dilation: [round(SStime_track.time_dilation_current,1)]% AVG:([round(SStime_track.time_dilation_avg_fast,1)]%, [round(SStime_track.time_dilation_avg,1)]%, [round(SStime_track.time_dilation_avg_slow,1)]%)"
)
Expand Down

0 comments on commit 8b723db

Please sign in to comment.