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:
parent
959959dbed
commit
275efd12b8
@ -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; }
|
||||||
|
Loading…
Reference in New Issue
Block a user