Skip to content

Commit

Permalink
Update restbl
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jul 9, 2024
1 parent b71d849 commit 12a0104
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Tkmm.Core/TotkConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 12a0104

Please sign in to comment.