1
0
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:
Dean Herbert 2023-06-22 00:02:02 +09:00 committed by GitHub
parent 7b4cbea362
commit 07a00e8afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);