Skip to content

Commit

Permalink
Use null (no augment) when not pledged.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jan 14, 2025
1 parent 561317e commit 095eeb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDDNResponder/Toolkit/PowerPlayAugmenter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void GetInfo ( string edType )

case "PowerplayLeave":
{
IsPledged = false;
IsPledged = null;
break;
}
}
Expand Down

0 comments on commit 095eeb9

Please sign in to comment.