mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-21 00:15:31 +00:00
More minor updates
This commit is contained in:
parent
abc9d663e0
commit
cff4860338
2 changed files with 1 additions and 1 deletions
AutoTrackR2
|
@ -175,7 +175,6 @@ namespace AutoTrackR2
|
|||
});
|
||||
killTextBlock.Inlines.Add(new Run($"{killParts[6]}"));
|
||||
|
||||
|
||||
// Create a Border and apply the RoundedTextBlockWithBorder style
|
||||
var killBorder = new Border
|
||||
{
|
||||
|
|
|
@ -293,6 +293,7 @@ function Read-LogEntry {
|
|||
Mode = $GameMode
|
||||
GameVersion = $GameVersion
|
||||
TrackRver = $TrackRver
|
||||
Logged = $logMode
|
||||
}
|
||||
|
||||
Write-Output "NewKill=break,$enemyPilot,$enemyShip,$($enemyOrgs[0]),$joinDate,$citizenRecord,$killTime"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue