We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25de4c commit 1bd735fCopy full SHA for 1bd735f
1 file changed
CollectionDowngrader.cs
@@ -70,7 +70,8 @@ private static int Main(string[] args)
70
catch (RealmException re)
71
{
72
Console.Error.WriteLine($"Error opening database:\n\n{re.Message}");
73
- if (re.Message.Contains("is less than last set version"))
+ if (re.Message.Contains("less than last set version") ||
74
+ re.Message.Contains("does not equal last set version"))
75
76
Console.Error.WriteLine("It seemed like the specified osu! (lazer) database is in a new format " +
77
"which is not compatible with this version of CollectionDowngrader.");
0 commit comments