diff --git a/src/TotkConfig.cs b/src/TotkConfig.cs index 99bc121..401c2d1 100644 --- a/src/TotkConfig.cs +++ b/src/TotkConfig.cs @@ -49,7 +49,7 @@ The absolute path to your TotK RomFS game dump partial void OnGamePathChanged(string value) { - SetValidation(() => GamePath, value => { + Validate(() => GamePath, value => { return value is not null && File.Exists(Path.Combine(value, "Pack", "ZsDic.pack.zs")); });