From 2ba244a93b61090cc1a5b4a2c755774ef8199abf Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 28 Sep 2018 19:35:13 -0400
Subject: [PATCH] fix

---
 src/uncategorized/main.tw | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 417cf2d1169..ece204b5b50 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -6,6 +6,7 @@
 	<<if $releaseID >= 1030>>
 	<<elseif $releaseID >= 1022 && ndef $SF>>
 		''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major changes to the Security Force Mod, you must run backwards compatibility.
+	<<elseif $releaseID >= 1022>>
 	<<elseif $releaseID >= 1019>>
 		''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major change to nationality weighting, you must run backwards compatibility.
 	<<else>>
-- 
GitLab