Skip to content

Commit

Permalink
changes round time to Op time and removes Op time
Browse files Browse the repository at this point in the history
  • Loading branch information
GrrrKitten committed Mar 30, 2024
1 parent d0e9166 commit 91947e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/controllers/subsystem/statpanel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ SUBSYSTEM_DEF(statpanels)
"Round ID: [GLOB.round_id ? GLOB.round_id : "NULL"]",
// "Round Time: [ROUND_TIME]",
"Server Time: [time2text(world.timeofday, "YYYY-MM-DD hh:mm:ss")]",
"Round Time: [duration2text()]",
"Operation Time: [worldtime2text()]",
"Operation Time: [duration2text()]",
)

src.currentrun = GLOB.clients.Copy()
Expand Down

0 comments on commit 91947e7

Please sign in to comment.