mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 20:52:54 +08:00
Update test debug output to test second scenario
This commit is contained in:
parent
1b29b9bbb8
commit
78ef436ea0
@ -788,7 +788,7 @@ namespace osu.Game.Online.Multiplayer
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
indexOf = Room.Playlist.IndexOf(Room.Playlist.Single(existing => existing.ID == item.ID));
|
indexOf = APIRoom!.Playlist.IndexOf(APIRoom.Playlist.Single(existing => existing.ID == item.ID));
|
||||||
Room.Playlist[indexOf] = item;
|
Room.Playlist[indexOf] = item;
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
Loading…
Reference in New Issue
Block a user