1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:57:52 +08:00

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;
RoomUpdated?.Invoke();
});
}, false);
return Task.CompletedTask;
}