refactor: remove "claims" text from list of claims in FormatInfo.
This commit is contained in:
@@ -579,7 +579,7 @@ public static class ClaimLinkChatCommand
|
||||
IEnumerable<string> claims = member.LocalClaimIndices.Select(i =>
|
||||
DescribeClaim(member.OwnerPlayerUid, i)
|
||||
);
|
||||
sb.AppendLine($" {name}: claims [{string.Join(", ", claims)}]");
|
||||
sb.AppendLine($" {name}: [{string.Join(", ", claims)}]");
|
||||
}
|
||||
|
||||
return sb.ToString();
|
||||
|
||||
Reference in New Issue
Block a user