From 12a010486dab510d2d89076a5c1000943359a2eb Mon Sep 17 00:00:00 2001 From: ArchLeaders Date: Tue, 9 Jul 2024 13:47:00 -0700 Subject: [PATCH] Update restbl --- lib/TotK-RstbCalculator | 2 +- src/Tkmm.Core/TotkConfig.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/TotK-RstbCalculator b/lib/TotK-RstbCalculator index 08c26dbd..27107f4a 160000 --- a/lib/TotK-RstbCalculator +++ b/lib/TotK-RstbCalculator @@ -1 +1 @@ -Subproject commit 08c26dbd1e1f194df7d6bc21cb8d723794966d12 +Subproject commit 27107f4a3b7ffd503816678d5d156ae6063aac13 diff --git a/src/Tkmm.Core/TotkConfig.cs b/src/Tkmm.Core/TotkConfig.cs index 78e219e3..abaf8777 100644 --- a/src/Tkmm.Core/TotkConfig.cs +++ b/src/Tkmm.Core/TotkConfig.cs @@ -69,7 +69,6 @@ partial void OnGamePathChanged(string value) { Validate(() => GamePath, value => { Totk.Config.GamePath = GamePath; - TotkRstbGenerator.Core.Models.TotkConfig.Shared.GamePath = GamePath; if (value is not null && File.Exists(Path.Combine(value, "Pack", "ZsDic.pack.zs"))) { Totk.Zstd.LoadDictionaries(ZsDicPath); return true;