1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 06:52:55 +08:00

Revert incorrect property rename

This commit is contained in:
Bartłomiej Dach 2021-12-28 08:31:27 +01:00
parent 73dca0c7e3
commit bc39c2a877
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -113,7 +113,7 @@ namespace osu.Game.Online.Rooms
}
public bool ShouldSerializeID() => false;
public bool ShouldSerializeAPIBeatmap() => false;
public bool ShouldSerializeapiBeatmap() => false;
public bool Equals(PlaylistItem other)
=> ID == other?.ID