Reset ForceReinstall after upgrade (#4890)

This commit is contained in:
Matt 2025-03-15 17:55:13 +00:00 committed by GitHub
parent afc3200b68
commit 3f02c6ba93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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();