Skip to content

Commit

Permalink
Fix timed fact relative expire time counting down
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Dec 22, 2024
1 parent dc02fb8 commit 1645dfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class TimedFactEntry(
return@supplyPlayer "now"
}
val difference =
Duration.between(lastUpdate, now).toKotlinDuration()
Duration.between(now ,expires).toKotlinDuration()

difference.formatCompact()
}
Expand Down

0 comments on commit 1645dfb

Please sign in to comment.