mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 20:22:55 +08:00
Fix remaining game host regressions
This commit is contained in:
parent
cd65ea4865
commit
dfb7d78903
@ -13,6 +13,11 @@ namespace osu.Game.Tests
|
|||||||
public CleanRunHeadlessGameHost(string gameName = @"", bool bindIPC = false, bool realtime = true)
|
public CleanRunHeadlessGameHost(string gameName = @"", bool bindIPC = false, bool realtime = true)
|
||||||
: base(gameName, bindIPC, realtime)
|
: base(gameName, bindIPC, realtime)
|
||||||
{
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void SetupForRun()
|
||||||
|
{
|
||||||
|
base.SetupForRun();
|
||||||
Storage.DeleteDirectory(string.Empty);
|
Storage.DeleteDirectory(string.Empty);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user