From 20a099cc74f7f18c6d7e39dbc0f7f707226de80b Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Thu, 10 Oct 2024 00:21:24 +0100 Subject: [PATCH] Preload after registering a new scout --- source/scp-head/src/controller.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/scp-head/src/controller.html b/source/scp-head/src/controller.html index 7a98c4b..d27cb4b 100644 --- a/source/scp-head/src/controller.html +++ b/source/scp-head/src/controller.html @@ -532,6 +532,9 @@ contradiction.id ); } + + // Run preloader again in case the new scout is next for a channel + preloadQueue.enqueueStates(makeAssertionStates(true)); } /**