add a bit more configuration for steam cmd updates
This commit is contained in:
@@ -56,7 +56,7 @@ namespace Torch.Server
|
||||
Log.Debug("Debug logging enabled.");
|
||||
#endif
|
||||
|
||||
if (!configuration.GetValue("noupdate", false))
|
||||
if (configuration.GetValue("getGameUpdates", true) && !configuration.GetValue("noupdate", false))
|
||||
RunSteamCmd(configuration);
|
||||
|
||||
var processPid = configuration.GetValue<int>("waitForPid");
|
||||
|
Reference in New Issue
Block a user