From 828542e7135922b41c06fef582977a04510471f0 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 5 Oct 2018 21:05:35 -0400
Subject: [PATCH] tweak

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

diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 9e7f397ea0d..8842c003720 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -4,7 +4,7 @@
 <<resetAssignmentFilter>>
 <<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
 	<<if $releaseID >= 1031>>
-	<<elseif $releaseID == 1030>>
+	<<elseif $releaseID < 1031>>
 		''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major overhaul to intelligence and education, it is advisable to run backwards compatibility.
 	<<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.
-- 
GitLab