mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
MatchCreate.ValidForResume = false.
This commit is contained in:
@ -11,5 +11,10 @@ namespace osu.Game.Screens.Multiplayer
|
||||
protected override IEnumerable<Type> PossibleChildren => new[] {
|
||||
typeof(Match)
|
||||
};
|
||||
|
||||
public MatchCreate()
|
||||
{
|
||||
ValidForResume = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user