1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 10:22:56 +08:00

Avoid deadlock during migration failed exit process

This commit is contained in:
Dean Herbert 2022-03-28 23:59:11 +09:00
parent b6ae0ebb6f
commit ea46e024c1

View File

@ -167,6 +167,7 @@ namespace osu.Game.Database
{
// Not guaranteed to be the only cause of exception, but let's roll with it for now.
log("Please download and run the intel version of osu! once\nto allow data migration to complete!");
efContextFactory.SetMigrationCompletion();
return;
}