Skip to content

Commit

Permalink
V6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarno458 committed Jun 9, 2024
1 parent 24ca3d5 commit eccf4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryType>git</RepositoryType>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<FileVersion>6.0.0.0</FileVersion>
<Version>6.0.0-rc5</Version>
<Version>6.0.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageIcon>blue-icon.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion Archipelago.MultiClient.Net/Helpers/PlayerHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,6 @@ public bool IsSharingGroupWith(int team, int slot) =>
/// <summary>
/// Returns the Alias of the player
/// </summary>
public override string ToString() => Alias;
public override string ToString() => Alias ?? Name ?? $"Player: {Slot}";
}
}

0 comments on commit eccf4cf

Please sign in to comment.