mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-20 05:29:07 +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/*") {
|
if ($page1.images[0].src -like "/media/*") {
|
||||||
$victimPFP = "https://robertsspaceindustries.com$($page1.images[0].src)"
|
$victimPFP = "https://robertsspaceindustries.com$($page1.images[0].src)"
|
||||||
} Else {
|
} Else {
|
||||||
$victimPFP = $page1.images[0].src
|
$victimPFP = "https://cdn.robertsspaceindustries.com/static/images/account/avatar_default_big.jpg"
|
||||||
}
|
}
|
||||||
|
|
||||||
$global:killTally++
|
$global:killTally++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue