From 2eca8df2fa373f5725b9e8f5d4e1390aebc06b02 Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 4 Nov 2025 21:43:34 +0000 Subject: [PATCH] Default `continuous` to false --- Libraries/SPTarkov.Server.Core/Controllers/HideoutController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Controllers/HideoutController.cs b/Libraries/SPTarkov.Server.Core/Controllers/HideoutController.cs index 8b53d89d..311e455b 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/HideoutController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/HideoutController.cs @@ -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