Skip to content

Commit

Permalink
Preload after registering a new scout
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Oct 9, 2024
1 parent 7212091 commit 20a099c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/scp-head/src/controller.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,9 @@
contradiction.id
);
}

// Run preloader again in case the new scout is next for a channel
preloadQueue.enqueueStates(makeAssertionStates(true));
}

/**
Expand Down

0 comments on commit 20a099c

Please sign in to comment.