Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c6d24b7

Browse files
committed
fix: File generated to wrong folder
1 parent 5315bc1 commit c6d24b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KitsuneSteamRestrict.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public void OnConfigParsed(PluginConfig config)
114114
public override void Load(bool hotReload)
115115
{
116116
string bypassConfigFilePath = "bypass_config.json";
117-
var bypassConfigService = new BypassConfigService(bypassConfigFilePath);
117+
var bypassConfigService = new BypassConfigService(Path.Combine(ModuleDirectory, bypassConfigFilePath));
118118
_bypassConfig = bypassConfigService.LoadConfig();
119119

120120
var databaseService = new DatabaseService(Config.DatabaseSettings);

0 commit comments

Comments
 (0)