Skip to content

Commit

Permalink
Add GUID to player list
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Mar 2, 2024
1 parent 3cf4b43 commit bc9e18d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Client/Components/ReplayViewer.razor
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
{
playerText = $"<span style=\"color: gray\">{player.PlayerOocName}</span> was <span style=\"color:red\"><bold>{player.PlayerIcName}</bold></span> playing role of <span style=\"color: orange\"><bold>{job}</bold></span>";
}
// Need to show the guid as well
playerText += $"<br><span style=\"color: gray;font-size: x-small;\"> {{{player.PlayerGuid}}}</span>";

playerList.Add(playerText);
}

Expand Down

0 comments on commit bc9e18d

Please sign in to comment.