diff --git a/osu.Game/Online/Rooms/MultiplayerPlaylistItem.cs b/osu.Game/Online/Rooms/MultiplayerPlaylistItem.cs index a158be71a1..6ca0b822f3 100644 --- a/osu.Game/Online/Rooms/MultiplayerPlaylistItem.cs +++ b/osu.Game/Online/Rooms/MultiplayerPlaylistItem.cs @@ -19,7 +19,7 @@ namespace osu.Game.Online.Rooms public long ID { get; set; } [Key(1)] - public int UserID { get; set; } + public int OwnerID { get; set; } [Key(2)] public int BeatmapID { get; set; }