This commit is contained in:
JustArchi
2018-04-18 01:59:57 +02:00
parent 46ede87714
commit 9f6ab2ec73

View File

@@ -449,6 +449,8 @@ namespace ArchiSteamFarm {
// TODO: Deprecate further in the next version
ASF.ArchiLogger.LogGenericWarning(string.Format(Strings.WarningDeprecated, "--server", "GlobalConfig.IPC"));
ProcessRequired = true;
if (GlobalConfig.IPCPrefixes.Count > 0) {
IPC.Start(GlobalConfig.IPCPrefixes);
}