From 73f5ecdb9f383a4f1cbd5205f45d6b3750d12590 Mon Sep 17 00:00:00 2001 From: Soar Qin Date: Thu, 6 Jun 2024 18:52:58 +0800 Subject: [PATCH] minor fix --- UXAssist/TechPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UXAssist/TechPatch.cs b/UXAssist/TechPatch.cs index cac0ed2..9d85960 100644 --- a/UXAssist/TechPatch.cs +++ b/UXAssist/TechPatch.cs @@ -85,7 +85,7 @@ public static class TechPatch if (!_protoPatched) return; foreach (var tp in techs.dataArray) { - if (tp.ID is >= 3301 and <= 3305) + if (tp.ID is >= 3301 and <= 3306) { tp.IsObsolete = true; continue;