Fix WCF in client mode

This commit is contained in:
JustArchi
2016-03-21 06:34:26 +01:00
parent 514a9f38c8
commit 41c2bd9131

View File

@@ -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