mirror of
https://github.com/osukey/osukey.git
synced 2025-05-11 16:47:19 +09:00
Add back startup tasks runner
This commit is contained in:
parent
66894d11ea
commit
fe44a28d48
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user