Add support for WinAuth, #144

This commit is contained in:
JustArchi
2016-03-12 05:58:51 +01:00
parent d08462745a
commit 4710d9c1eb
3 changed files with 80 additions and 25 deletions

View File

@@ -91,7 +91,7 @@ namespace ArchiSteamFarm {
// This constructor is used only by deserializer
private BotDatabase() { }
private void Save() {
internal void Save() {
lock (FilePath) {
try {
File.WriteAllText(FilePath, JsonConvert.SerializeObject(this));