Refuse to run as root

hooray
This commit is contained in:
Archi
2021-11-10 19:18:00 +01:00
parent 0964cdac96
commit 9aaf8d8215

View File

@@ -242,8 +242,7 @@ namespace ArchiSteamFarm {
ASF.ArchiLogger.LogGenericError(Strings.WarningRunningAsRoot);
await Task.Delay(SharedInfo.InformationDelay).ConfigureAwait(false);
// TODO: Enable return false as a breaking change of ASF V5.2.0.0+
//return false;
return false;
}
}