mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Change to long
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user