1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 13:33:03 +08:00

Add back startup tasks runner

This commit is contained in:
Dean Herbert 2017-10-17 12:46:38 +09:00
parent 66894d11ea
commit fe44a28d48

View File

@ -26,6 +26,8 @@ namespace osu.Game.Database
Logger.Error(e, $@"Failed to initialise the {GetType()}! Trying again with a clean database..."); Logger.Error(e, $@"Failed to initialise the {GetType()}! Trying again with a clean database...");
Prepare(true); Prepare(true);
} }
StartupTasks();
} }
/// <summary> /// <summary>