Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Jan 9, 2025
1 parent 65c7a8a commit 2d19c91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public void Populate(HealthAnalyzerScannedUserMessage msg)

// Alerts

var unborgable = _unborgable.IsUnborgable(target.Value); // DeltaV
var unborgable = _unborgable.IsUnborgable(_target.Value); // DeltaV
var showAlerts = msg.Unrevivable == true || msg.Bleeding == true || unborgable;

AlertsDivider.Visible = showAlerts;
Expand Down

0 comments on commit 2d19c91

Please sign in to comment.