mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Merge remote-tracking branch 'upstream/master' into tournament-tools
This commit is contained in:
@ -117,6 +117,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
||||
if (editorInfo.Selected.Value != null)
|
||||
{
|
||||
editorInfo.Selected.Value.Grouping.Value = grouping.NewValue;
|
||||
|
||||
if (editorInfo.Selected.Value.Date.Value < grouping.NewValue.StartDate.Value)
|
||||
{
|
||||
editorInfo.Selected.Value.Date.Value = grouping.NewValue.StartDate.Value;
|
||||
|
Reference in New Issue
Block a user