Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Commit

Permalink
Actually fixed it now
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jan 7, 2017
1 parent dac28df commit 7647e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AB+ Log Viewer/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void Load()
Save();
}

Inst = JsonConvert.DeserializeObject<Config>("config.json");
Inst = JsonConvert.DeserializeObject<Config>(File.ReadAllText("config.json"));
}

public static void Save()
Expand Down

0 comments on commit 7647e62

Please sign in to comment.