mirror of
https://github.com/ppy/osu
synced 2024-12-16 03:45:46 +00:00
Add missing forceScheduled
parameter
This commit is contained in:
parent
556962a3d8
commit
5ac3abac99
@ -451,7 +451,7 @@ namespace osu.Game.Online.Multiplayer
|
|||||||
|
|
||||||
Room.MatchRulesetState = state;
|
Room.MatchRulesetState = state;
|
||||||
RoomUpdated?.Invoke();
|
RoomUpdated?.Invoke();
|
||||||
});
|
}, false);
|
||||||
|
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user