mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Fix debugging listener
This commit is contained in:
@@ -228,7 +228,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
try {
|
||||
Directory.CreateDirectory(debugListenerPath);
|
||||
SteamClient.DebugNetworkListener = new NetHookNetworkListener(debugListenerPath);
|
||||
SteamClient.DebugNetworkListener = new NetHookNetworkListener(debugListenerPath, SteamClient);
|
||||
} catch (Exception e) {
|
||||
ArchiLogger.LogGenericException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user