Skip to content

Commit

Permalink
codingteam#87: same formatting for a local time
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Feb 3, 2020
1 parent 7184ee7 commit 4e2b756
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GameViewModel(engine: Engine) {
universe.player.map { player =>
s"Faction/Name: ${player.faction.name}/${player.name}\n" +
s"Health: ${player.stats.health}\n" +
f"Time global/local: ${universe.globalEvents.timestamp}%.03f/${player.eventQueue.timestamp.toLong}"
f"Time global/local: ${universe.globalEvents.timestamp}%.03f/${player.eventQueue.timestamp}%.03f"
}.getOrElse("")
}.getOrElse("")
}
Expand Down

0 comments on commit 4e2b756

Please sign in to comment.