diff --git a/apps/pace/app.ts b/apps/pace/app.ts index f6f3dcd80..ad95ff732 100644 --- a/apps/pace/app.ts +++ b/apps/pace/app.ts @@ -182,6 +182,9 @@ exs.stats.dist.on("notify", (dist) => { thisTime = 0; // if we've jumped more than 1k, credit the time to the first split thisSplit -= 1000; } + + // subtract off the next split notify + exs.state.notify.dist.next -= thisSplit; }); Bangle.on('lock', locked => {