mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Do not start interactive console if input is redirected
This commit is contained in:
@@ -106,7 +106,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
InitBotsComparer(botsComparer);
|
||||
|
||||
if (!GlobalConfig.Headless) {
|
||||
if (!GlobalConfig.Headless && !Console.IsInputRedirected) {
|
||||
Logging.StartInteractiveConsole();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user