mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-03 17:25:31 +00:00
Fix Bullet
This commit is contained in:
parent
52d5e6cc37
commit
2cb901f697
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ function Read-LogEntry {
|
|||
$global:loadOut = "AEGS_Idris"
|
||||
$ship = "AEGS_Idris"
|
||||
}
|
||||
if ($damageType -like "*bullet*") {
|
||||
if ($damageType -eq "Bullet") {
|
||||
$ship = "Player"
|
||||
$enemyShip = "Player"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue