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:
parent
73dca0c7e3
commit
bc39c2a877
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user