From ffba657209ce90f62c25c46a292d108646519772 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sat, 15 Mar 2025 17:51:15 +0000 Subject: [PATCH] Reset `ForceReinstall` after upgrade --- Bloxstrap/Bootstrapper.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bloxstrap/Bootstrapper.cs b/Bloxstrap/Bootstrapper.cs index af3e614..d1889d4 100644 --- a/Bloxstrap/Bootstrapper.cs +++ b/Bloxstrap/Bootstrapper.cs @@ -1136,6 +1136,8 @@ namespace Bloxstrap App.Logger.WriteLine(LOG_IDENT, $"Registered as {totalSize} KB"); + App.State.Prop.ForceReinstall = false; + App.State.Save(); App.RobloxState.Save();