mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 02:03:51 +08:00
Remove unnecessary room id from leave room request
This commit is contained in:
parent
882ace6efe
commit
e193f8214d
@ -20,7 +20,6 @@ namespace osu.Game.Online.RealtimeMultiplayer
|
||||
/// <summary>
|
||||
/// Request to leave the currently joined room.
|
||||
/// </summary>
|
||||
/// <param name="roomId">The databased room ID.</param>
|
||||
Task LeaveRoom(long roomId);
|
||||
Task LeaveRoom();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user