Skip to content

Commit

Permalink
Fix update migration logic
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Jun 14, 2024
1 parent cf6b95e commit b84522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/InstallChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ internal static void CheckUpgrade()

App.FastFlags.Save();
}
else if (currentVersionInfo.ProductVersion.StartsWith("2.6.0"))

This comment has been minimized.

Copy link
@slxummpp

slxummpp Jul 20, 2024

okkkk

else if (existingVersionInfo.ProductVersion == "2.5.4")
{
if (App.Settings.Prop.UseDisableAppPatch)
{
Expand Down

2 comments on commit b84522a

@idk1-2
Copy link

@idk1-2 idk1-2 commented on b84522a Jun 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why cant i open multipe acc on roblox?

@thejard
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wheres the fast flag editor?

Please sign in to comment.