mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 03:33:29 +08:00
minor fix
This commit is contained in:
@@ -85,7 +85,7 @@ public static class TechPatch
|
|||||||
if (!_protoPatched) return;
|
if (!_protoPatched) return;
|
||||||
foreach (var tp in techs.dataArray)
|
foreach (var tp in techs.dataArray)
|
||||||
{
|
{
|
||||||
if (tp.ID is >= 3301 and <= 3305)
|
if (tp.ID is >= 3301 and <= 3306)
|
||||||
{
|
{
|
||||||
tp.IsObsolete = true;
|
tp.IsObsolete = true;
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user