1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:52:57 +08:00

Change to long

This commit is contained in:
smoogipoo 2021-02-16 21:32:38 +09:00
parent 100097d78f
commit f61b8e6154

View File

@ -40,7 +40,7 @@ namespace osu.Game.Online.Multiplayer
/// Only used for client-side mutation.
/// </summary>
[Key(6)]
public int PlaylistItemId { get; set; }
public long PlaylistItemId { get; set; }
public bool Equals(MultiplayerRoomSettings other)
=> BeatmapID == other.BeatmapID