Fix Ship ID system

This commit is contained in:
BubbaGumpShrump 2024-12-10 19:23:06 -05:00
parent 7484ec15f8
commit 2a7a4ef692

View file

@ -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"
}