1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-02-04 19:42:17 +08:00

we make them compile first

This commit is contained in:
2025-09-21 17:22:56 +08:00
parent d6a8275938
commit 6cd9aba7b6
19 changed files with 66 additions and 70 deletions

View File

@@ -282,7 +282,7 @@ public static class GamePatch
}
}
history.VarifyTechQueue();
history.VerifyTechQueue();
if (history.currentTech != history.techQueue[0])
{
history.currentTech = history.techQueue[0];