mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-10 05:34:25 +00:00
Fix WCF in client mode
This commit is contained in:
@@ -441,7 +441,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
// If we ran ASF as a client, we're done by now
|
||||
if (Mode == EMode.Client) {
|
||||
return;
|
||||
Environment.Exit(0);
|
||||
}
|
||||
|
||||
// From now on it's server mode
|
||||
|
||||
Reference in New Issue
Block a user