mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:43:01 +08:00
Fix typo in comment
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
7b4cbea362
commit
07a00e8afd
@ -411,7 +411,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
|
||||
if (!localUserCanAddItem)
|
||||
return;
|
||||
|
||||
// If there's only one playlist item and we are the host, assume we want to change it. Else we're add a new one.
|
||||
// If there's only one playlist item and we are the host, assume we want to change it. Else add a new one.
|
||||
PlaylistItem itemToEdit = client.IsHost && Room.Playlist.Count == 1 ? Room.Playlist.Single() : null;
|
||||
|
||||
OpenSongSelection(itemToEdit);
|
||||
|
Loading…
Reference in New Issue
Block a user