Sophira/LiveSplit.RealTimeMinusBonuses

The plugin pause time is not precisely in sync with LiveSplit

Closed this issue · 1 comments

Currently, the plugin uses a bog-standard Timer control to determine when to resume the timer. This is substandard and could lead to subtly inaccurate timing.

LiveSplit itself implements the TimeStamp class, along with a global instantiation of such that syncs itself via NTP every so often, allowing for precise and accurate timing. The plugin should use this global instantiation for precise timing in sync with LiveSplit.

I have fixed this issue locally; I will make a release with this issue fixed shortly.