mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 01:42:54 +08:00
MatchCreate.ValidForResume = false.
This commit is contained in:
parent
01616cc27c
commit
cb21e98ae1
@ -11,5 +11,10 @@ namespace osu.Game.Screens.Multiplayer
|
||||
protected override IEnumerable<Type> PossibleChildren => new[] {
|
||||
typeof(Match)
|
||||
};
|
||||
|
||||
public MatchCreate()
|
||||
{
|
||||
ValidForResume = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user