1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 22:13:30 +08:00

Logistics Panel Info fix

This commit is contained in:
2025-09-24 02:51:28 +08:00
parent d6a8275938
commit 96a9e8a570
2 changed files with 58 additions and 39 deletions

View File

@@ -254,10 +254,7 @@ public class UXAssist : BaseUnityPlugin, IModCanSave
GamePatch.OnInputUpdate();
FactoryPatch.OnInputUpdate();
PlayerPatch.OnInputUpdate();
}
private void FixedUpdate()
{
LogisticsPatch.OnUpdate();
}
}