added dotfiles to config

This commit is contained in:
2021-10-05 20:09:24 +02:00
parent e845bfb530
commit d40abc31a8
4 changed files with 26 additions and 16 deletions

View File

@@ -395,7 +395,7 @@ func main() {
rL = ratelimit.New(conf.Steam.RatePerSecond)
// setup GC
err = demoLoader.Setup(conf.Steam.Username, conf.Steam.Password, *authCodeFlag)
err = demoLoader.Setup(conf.Steam.Username, conf.Steam.Password, *authCodeFlag, conf.Steam.Sentry, conf.Steam.LoginKey, conf.Steam.ServerList)
if err != nil {
log.Fatalf("Unbale to setup DemoLoader: %v", err)
}