Skip to content

Commit

Permalink
#87: fix the global time rounding
Browse files Browse the repository at this point in the history
  • Loading branch information
ttldtor committed Feb 2, 2020
1 parent 0cc391e commit a6da60c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class GameViewModel(engine: Engine) {
val statInfo: TextViewModel = new TextViewModel() {

override def text: String = {
import ru.org.codingteam.keter.util._
map.universeState.map { universe =>
universe.player.map { player =>
s"Faction/Name: ${player.faction.name}/${player.name}\n" +
Expand Down

0 comments on commit a6da60c

Please sign in to comment.