This commit is contained in:
JustArchi
2017-03-16 10:04:49 +01:00
parent 956c6b4eb2
commit bac1bc6903

View File

@@ -119,7 +119,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 correct it in future version
JsonConvert.DeserializeObject<GlobalDatabase>(json);
JsonConvert.DeserializeObject<GlobalDatabase>(json, CustomSerializerSettings);
lock (FileLock) {
for (byte i = 0; i < 5; i++) {