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

partial fix for new game release

This commit is contained in:
2026-01-22 22:45:02 +08:00
parent 6eb9161af1
commit ed8d7d61ff
6 changed files with 18 additions and 24 deletions

View File

@@ -186,7 +186,7 @@ public class Patch : BaseUnityPlugin, IModCanSave
sorter.stt = sorter.stt * om / nm;
if (sorter.time > sorter.stt)
{
sorter.time = sorter.stt - sorter.speed;
sorter.time = sorter.stt - InserterComponent.speed;
}
if (powerSystem == null) continue;