Add missing forceScheduled parameter

This commit is contained in:
Dean Herbert 2021-08-03 14:53:04 +09:00
parent 556962a3d8
commit 5ac3abac99

View File

@ -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;
} }