Skip to content

Commit

Permalink
Merge pull request #207 from DiplomacyTeam/code-formatting/fix-codefo…
Browse files Browse the repository at this point in the history
…rmatting

Automated PR to fix formatting errors
  • Loading branch information
artifixer authored Feb 26, 2023
2 parents d198f4e + 7ca5cb9 commit 9ac4a5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ private static bool ApplyChosenOutcomePrefix(DecisionOutcome chosenOutcome, Make
{
if (__instance.FactionToMakePeaceWith is not Kingdom kingdomToMakePeaceWith)
return true;

if (!____applyResults || !((MakePeaceKingdomDecision.MakePeaceDecisionOutcome) chosenOutcome).ShouldPeaceBeDeclared)
return false;

Expand Down

0 comments on commit 9ac4a5c

Please sign in to comment.