Unfuck the lobby countdown timer (#5519)

This commit is contained in:
Moony
2021-11-25 13:30:36 -06:00
committed by GitHub
parent ad9d90104b
commit c1e0e7e058

View File

@@ -154,7 +154,7 @@ namespace Content.Client.Lobby
} }
else else
{ {
text = $"{(int) Math.Floor(difference.TotalMinutes / 60)}:{difference.Seconds:D2}"; text = $"{difference.Minutes}:{difference.Seconds:D2}";
} }
} }