mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Revert incorrect property rename
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user