mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-25 09:35:29 +00:00
Fix - Players with no pfp (as opposed to default pfp) will no longer crash the app.
This commit is contained in:
parent
2f142c8c1a
commit
80f2c0d442
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ function Read-LogEntry {
|
|||
if ($page1.images[0].src -like "/media/*") {
|
||||
$victimPFP = "https://robertsspaceindustries.com$($page1.images[0].src)"
|
||||
} Else {
|
||||
$victimPFP = $page1.images[0].src
|
||||
$victimPFP = "https://cdn.robertsspaceindustries.com/static/images/account/avatar_default_big.jpg"
|
||||
}
|
||||
|
||||
$global:killTally++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue