mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 13:20:16 +08:00
Rename to passed
This commit is contained in:
@@ -25,7 +25,7 @@ namespace osu.Game.Online.Rooms
|
||||
/// <summary>
|
||||
/// Whether the user has a passing score on the playlist item.
|
||||
/// </summary>
|
||||
[JsonProperty("completed")]
|
||||
public bool Completed { get; set; }
|
||||
[JsonProperty("passed")]
|
||||
public bool Passed { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -533,7 +533,7 @@ namespace osu.Game.Screens.OnlinePlay.Playlists
|
||||
|
||||
foreach (var item in room.UserScore.PlaylistItemAttempts)
|
||||
{
|
||||
if (item.Completed)
|
||||
if (item.Passed)
|
||||
drawablePlaylist.Items.Single(i => i.ID == item.PlaylistItemID).MarkCompleted();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user