This commit is contained in:
JustArchi
2017-03-15 08:34:21 +01:00
parent 9f1df5de80
commit 8980667620
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ namespace ArchiSteamFarm {
// This call verifies if JSON is alright
// We don't wrap it in try catch as it should always be the case
// And if it's not, we want to know about it (in a crash) and correc itt in future version
// And if it's not, we want to know about it (in a crash) and correct it in future version
JsonConvert.DeserializeObject<BotDatabase>(json);
lock (FileLock) {

View File

@@ -118,7 +118,7 @@ namespace ArchiSteamFarm {
// This call verifies if JSON is alright
// We don't wrap it in try catch as it should always be the case
// And if it's not, we want to know about it (in a crash) and correc itt in future version
// And if it's not, we want to know about it (in a crash) and correct it in future version
JsonConvert.DeserializeObject<GlobalDatabase>(json);
lock (FileLock) {