Default continuous to false

This commit is contained in:
Chomp
2025-11-04 21:43:34 +00:00
parent 6196d1203f
commit 2eca8df2fa
@@ -953,7 +953,7 @@ public class HideoutController(
// Continuous crafts have special handling in EventOutputHolder.updateOutputProperties()
hideoutProduction.SptIsComplete = true;
hideoutProduction.SptIsContinuous = recipe.Continuous;
hideoutProduction.SptIsContinuous = recipe.Continuous ?? false;
// Continuous recipes need the craft time refreshed as it gets created once on initial craft and stays the same regardless of what
// production.json is set to