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

work in progress

This commit is contained in:
2025-04-22 01:58:07 +08:00
parent 65522c6f21
commit e765f0f42d
5 changed files with 175 additions and 168 deletions

View File

@@ -89,6 +89,10 @@ public static class LogisticsPatch
{
RealtimeLogisticsInfoPanel.StationInfoPanelsUpdate();
}
if (LogisticsCapacityTweaksEnabled.Value && VFInput.onGUI && !VFInput.inputing)
{
LogisticsCapacityTweaks.UpdateInput();
}
}
private class AutoConfigLogistics: PatchImpl<AutoConfigLogistics>