mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Run cleanup tasks only on startup via manual calls
This commit is contained in:
@ -104,6 +104,8 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
if (importHost != null)
|
||||
ipc = new BeatmapIPCChannel(importHost, this);
|
||||
|
||||
beatmaps.Cleanup();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user