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

Fix room manager reference

This commit is contained in:
smoogipoo 2020-12-21 00:21:48 +09:00
parent 959959dbed
commit 275efd12b8

View File

@ -71,7 +71,7 @@ namespace osu.Game.Screens.Multi.RealtimeMultiplayer.Match
private BeatmapSelectionControl initialBeatmapControl; private BeatmapSelectionControl initialBeatmapControl;
[Resolved] [Resolved]
private RealtimeRoomManager manager { get; set; } private IRoomManager manager { get; set; }
[Resolved] [Resolved]
private StatefulMultiplayerClient client { get; set; } private StatefulMultiplayerClient client { get; set; }