Skip to content

Commit

Permalink
[MIRROR] [GBP NO UPDATE] Hub time timezone fix (#1694)
Browse files Browse the repository at this point in the history
* [GBP NO UPDATE] Hub time timezone fix (#81053)
---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: 13spacemen <[email protected]>
  • Loading branch information
3 people authored Jan 26, 2024
1 parent af47db5 commit ae8e3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ GLOBAL_VAR(restart_counter)
else if(SSticker.current_state == GAME_STATE_SETTING_UP)
new_status += "<br>Starting: <b>Now</b>"
else if(SSticker.IsRoundInProgress())
new_status += "<br>Time: <b>[time2text(STATION_TIME_PASSED(), "hh:mm")]</b>"
new_status += "<br>Time: <b>[time2text(STATION_TIME_PASSED(), "hh:mm", 0)]</b>"
if(SSshuttle?.emergency && SSshuttle?.emergency?.mode != (SHUTTLE_IDLE || SHUTTLE_ENDGAME))
new_status += " | Shuttle: <b>[SSshuttle.emergency.getModeStr()] [SSshuttle.emergency.getTimerStr()]</b>"
else if(SSticker.current_state == GAME_STATE_FINISHED)
Expand Down

0 comments on commit ae8e3e9

Please sign in to comment.