From 7d07caf481994722868df6aba32c29023f4c6fc3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 21 May 2021 19:02:03 +0100 Subject: [PATCH] bundles: Call updated() when clearing bundles Oops! Signed-off-by: Ian Jackson --- src/bundles.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bundles.rs b/src/bundles.rs index 6dd2d8a1..aa31dbd0 100644 --- a/src/bundles.rs +++ b/src/bundles.rs @@ -1185,6 +1185,8 @@ impl InstanceBundles { // Prevent old, removed, players from accessing any new bundles. ig.asset_url_key = new_asset_key; + self.updated(ig); + Ok::<_,IE>(()) })()?; } -- 2.30.2