1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-09 09:33:36 +08:00

try to fix connection bug in feature Cut Conveyor Belt

This commit is contained in:
2025-04-15 23:38:12 +08:00
parent ac7f2ef63c
commit a3bb6ea609
2 changed files with 10 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ public static class PlayerPatch
{
EnhancedMechaForgeCountControl.Enable(EnhancedMechaForgeCountControlEnabled.Value);
HideTipsForSandsChanges.Enable(HideTipsForSandsChangesEnabled.Value);
ShortcutKeysForStarsName.Enable(ShortcutKeysForAstrosNameEnabled.Value);
ShortcutKeysForStarsName.Enable(ShortcutKeysForStarsNameEnabled.Value);
AutoNavigation.Enable(AutoNavigationEnabled.Value);
}