1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 18:13:09 +08:00

MatchCreate.ValidForResume = false.

This commit is contained in:
Huo Yaoyuan 2017-05-08 19:55:04 +08:00
parent 01616cc27c
commit cb21e98ae1

View File

@ -11,5 +11,10 @@ namespace osu.Game.Screens.Multiplayer
protected override IEnumerable<Type> PossibleChildren => new[] {
typeof(Match)
};
public MatchCreate()
{
ValidForResume = false;
}
}
}