mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-21 16:25:31 +00:00
Hard code a version 2.10
This commit is contained in:
parent
1294896ec6
commit
1de9582eaf
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ public partial class HomePage : UserControl
|
|||
Method = actorDeathData.DamageType,
|
||||
RecordNumber = playerData?.UEERecord,
|
||||
GameVersion = LocalPlayerData.GameVersion ?? "Unknown",
|
||||
TrackRver = LocalPlayerData.GameVersion?.Replace("v", "") ?? "Unknown",
|
||||
TrackRver = "2.10",
|
||||
Enlisted = playerData?.JoinDate,
|
||||
KillTime = DateTime.UtcNow.ToString("dd MMM yyyy HH:mm"),
|
||||
PFP = playerData?.PFPURL ?? "https://cdn.robertsspaceindustries.com/static/images/account/avatar_default_big.jpg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue