mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32: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 ShouldSerializeID() => false;
|
||||||
public bool ShouldSerializeAPIBeatmap() => false;
|
public bool ShouldSerializeapiBeatmap() => false;
|
||||||
|
|
||||||
public bool Equals(PlaylistItem other)
|
public bool Equals(PlaylistItem other)
|
||||||
=> ID == other?.ID
|
=> ID == other?.ID
|
||||||
|
Loading…
Reference in New Issue
Block a user