mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 02:53:29 +08:00
minor fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user