Rename AddPlayer method now that there's no conflict

This commit is contained in:
Dean Herbert
2021-08-12 16:17:27 +09:00
parent 68dbbc17e8
commit e84224f64c
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ namespace osu.Game.Screens.Play.HUD
/// Whether the player should be tracked on the leaderboard.
/// Set to <c>true</c> for the local player or a player whose replay is currently being played.
/// </param>
public ILeaderboardScore AddPlayer([CanBeNull] User user, bool isTracked)
public ILeaderboardScore Add([CanBeNull] User user, bool isTracked)
{
var drawable = CreateLeaderboardScoreDrawable(user, isTracked);