File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 <p ><small >Calculated by adding up the total time for each round played by the player.</small></p>
4949 <p><b>Total rounds played:</b> @_playerData.TotalRoundsPlayed</p>
5050 <p><b>Total antag rounds played:</b> @_playerData.TotalAntagRoundsPlayed</p>
51- <p><b>Last seen:</b> @_playerData.LastSeen.Humanize()</p >
51+ <p><b>Last seen:</b> @_playerData.LastSeen.Date ( @_playerData . LastSeen . Humanize () )</p >
5252
5353 <h2 >Characters </h2 >
5454 <table class =" table" >
155155 Total estimated playtime: {_playerData .TotalEstimatedPlaytime .Humanize ()}
156156 Total rounds played: {_playerData .TotalRoundsPlayed }
157157 Total antag rounds played: {_playerData .TotalAntagRoundsPlayed }
158- Last seen: {_playerData .LastSeen .Humanize () }
158+ Last seen: {_playerData .LastSeen .Date }
159159 " ;
160160
161161 protected override async Task OnInitializedAsync ()
You can’t perform that action at this time.
0 commit comments