From 14fa1061d89a3050d2e637989b012d605b4c7e64 Mon Sep 17 00:00:00 2001 From: hanqiangqiang <1364346467@qq.com> Date: Tue, 7 Nov 2023 15:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=88=B6Recipe=E4=B8=8D=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E5=88=B0=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SicRT/Instances/ToolLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SicRT/Instances/ToolLoader.cs b/SicRT/Instances/ToolLoader.cs index 802dfda..78616ee 100644 --- a/SicRT/Instances/ToolLoader.cs +++ b/SicRT/Instances/ToolLoader.cs @@ -70,7 +70,7 @@ namespace SicRT.Instances RtSystemManager.Instance.AddCustomBackend("SC", new BackendSCConfigView()); - RecipeFileManager.Instance.Initialize(new SicRecipeFileContext(), true, SC.GetValue("System.RecipeSaveToDB")); + RecipeFileManager.Instance.Initialize(new SicRecipeFileContext(), true, false); //SC.GetValue("System.RecipeSaveToDB"));//默认不保存到数据库 Singleton.Instance.Initialize();