We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f34b0d commit cdc8386Copy full SHA for cdc8386
src/worker/core/game/play.ts
@@ -110,6 +110,9 @@ const play = async (
110
111
// Run this before writing player stats
112
await setLiveSimRatingsStatsPopoverPlayers(results);
113
+ } else {
114
+ // In case a live sim is still open in another tab
115
+ local.liveSimRatingsStatsPopoverPlayers = undefined;
116
}
117
118
// Before writeGameStats, so injury is set correctly
0 commit comments