Add support for creating new files

Now it's complete, bug-hunting begins
This commit is contained in:
JustArchi
2016-10-07 01:36:02 +02:00
parent 562cf24491
commit fc9ae8dd7b
4 changed files with 178 additions and 112 deletions

View File

@@ -350,6 +350,8 @@ namespace ArchiSteamFarm {
new Bot(botName).Forget();
}
ASF.InitFileWatcher();
}
private static void Main(string[] args) {