Fix broken bot databases

This commit is contained in:
JustArchi
2016-03-26 22:12:55 +01:00
parent f195563ba5
commit 8fd41cc587
2 changed files with 11 additions and 2 deletions

View File

@@ -78,6 +78,10 @@ namespace ArchiSteamFarm {
return null;
}
if (botDatabase == null) {
return null;
}
botDatabase.FilePath = filePath;
return botDatabase;
}