Maintain debug directory for each bot

This commit is contained in:
JustArchi
2016-08-30 10:16:22 +02:00
parent fdd9744556
commit d37f5bb250
2 changed files with 5 additions and 5 deletions

View File

@@ -37,8 +37,6 @@ namespace ArchiSteamFarm {
internal static readonly bool IsDebugBuild = false;
#endif
internal static bool NetHookAlreadyInitialized { get; set; }
internal sealed class DebugListener : IDebugListener {
private readonly object FileLock = new object();
private readonly string FilePath;