Fixes latejoin panel and world topic showing incorrect round duration

This commit is contained in:
c0
2017-01-06 07:15:07 +03:00
parent ddf208daef
commit 06d8ffb439
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -374,7 +374,7 @@
/mob/new_player/proc/LateChoices()
var/mills = world.time // 1/10 of a second, not real milliseconds but whatever
var/mills = world.time - round_start_time // 1/10 of a second, not real milliseconds but whatever
//var/secs = ((mills % 36000) % 600) / 10 //Not really needed, but I'll leave it here for refrence.. or something
var/mins = (mills % 36000) / 600
var/hours = mills / 36000