2 Commits

Author SHA1 Message Date
bsjohnson20 7d46d1674a Merge branch 'main' of gitea:LunaChocken/AutomaticShipSystems 2025-07-10 18:12:23 +01:00
Nagord 6b9355594e reenable progression! 2025-07-10 18:10:59 +01:00
+1 -1
View File
@@ -30,7 +30,7 @@ namespace AutomaticShipSystems
internal static void Enable() internal static void Enable()
{ {
ModEnabled = true; ModEnabled = true;
VoidManager.Progression.ProgressionHandler.DisableProgression(MyPluginInfo.PLUGIN_GUID); // VoidManager.Progression.ProgressionHandler.DisableProgression(MyPluginInfo.PLUGIN_GUID);
} }
public override SessionChangedReturn OnSessionChange(SessionChangedInput input) public override SessionChangedReturn OnSessionChange(SessionChangedInput input)