1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00

Remove one more piece of code

This commit is contained in:
Dan Balasescu 2021-12-06 15:17:28 +09:00
parent 5be74af8fe
commit fae41b2182

View File

@ -502,11 +502,6 @@ namespace osu.Game.Tests.Visual.Multiplayer
item.PlaylistOrder = (ushort)i;
// Items which have an "infinite" ID are not yet in the database, so avoid propagating database/hub events for them.
// See addItem() for when this occurs.
if (item.ID == long.MaxValue)
continue;
await ((IMultiplayerClient)this).PlaylistItemChanged(item).ConfigureAwait(false);
}
}