diff --git a/Bloxstrap/Installer.cs b/Bloxstrap/Installer.cs index dbd5be8..f63df61 100644 --- a/Bloxstrap/Installer.cs +++ b/Bloxstrap/Installer.cs @@ -575,8 +575,16 @@ namespace Bloxstrap } } + if (Utilities.CompareVersions(existingVer, "2.8.3") == VersionComparison.LessThan) + { + // force reinstallation + App.State.Prop.Player.VersionGuid = ""; + App.State.Prop.Studio.VersionGuid = ""; + } + App.Settings.Save(); App.FastFlags.Save(); + App.State.Save(); } if (currentVer is null)