mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Whoops
This commit is contained in:
parent
a7db0bbb91
commit
72482aff8d
@ -46,7 +46,6 @@ namespace osu.Game.Screens.Multi
|
|||||||
public void CreateRoom(Room room, Action<Room> onSuccess = null, Action<string> onError = null)
|
public void CreateRoom(Room room, Action<Room> onSuccess = null, Action<string> onError = null)
|
||||||
{
|
{
|
||||||
room.Host.Value = api.LocalUser;
|
room.Host.Value = api.LocalUser;
|
||||||
room.RoomID.Value = 100;
|
|
||||||
|
|
||||||
var req = new CreateRoomRequest(room);
|
var req = new CreateRoomRequest(room);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user