From 1d4a75ac24781f07d152199a5ec1468d8bcb0585 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 23 Nov 2024 23:45:20 +0100 Subject: fix missing else --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 525d188..2f1e250 100644 --- a/rules.js +++ b/rules.js @@ -5223,8 +5223,8 @@ function goto_saxony_defection() { goto_saxony_becomes_neutral("political") else if (save_saxony < 5 && is_saxony_austrian_ally()) goto_saxony_becomes_austrian_ally("political") - - end_adjust_political_tracks() + else + end_adjust_political_tracks() } /* EXPEDITIONARY CORPS */ -- cgit v1.2.3