mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-16 02:01:29 -07:00
force reinstallation on upgrade
This commit is contained in:
parent
3fc9012e19
commit
6af8c2a450
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user