mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-19 13:09:07 +00:00
Fix Ship ID system
This commit is contained in:
parent
7484ec15f8
commit
2a7a4ef692
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ function Read-LogEntry {
|
||||||
if ($ship -notmatch $shipManPattern){
|
if ($ship -notmatch $shipManPattern){
|
||||||
$ship = "Player"
|
$ship = "Player"
|
||||||
}
|
}
|
||||||
If ($enemyShip -notmatch $shipManPattern -or $enemyShip -notlike "Passenger" ) {
|
If ($enemyShip -notmatch $shipManPattern -and $enemyShip -notlike "Passenger" ) {
|
||||||
$enemyShip = "Player"
|
$enemyShip = "Player"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue