mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-23 01:05:29 +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){
|
||||
$ship = "Player"
|
||||
}
|
||||
If ($enemyShip -notmatch $shipManPattern -or $enemyShip -notlike "Passenger" ) {
|
||||
If ($enemyShip -notmatch $shipManPattern -and $enemyShip -notlike "Passenger" ) {
|
||||
$enemyShip = "Player"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue