mirror of
https://github.com/ppy/osu.git
synced 2026-05-16 22:24:11 +08:00
Avoid deadlock during migration failed exit process
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user