diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-02-02 13:24:50 -0500 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2023-02-02 13:24:50 -0500 |
commit | 6c29477f03a7432bf0eb5116050be405e0b2a996 (patch) | |
tree | 0b5c7b9e3cc653ef3ea43785960bb7f928cb3c28 | |
parent | 02cc47b88fa37817b21ef21004790203da90a433 (diff) | |
download | Atlas-6c29477f03a7432bf0eb5116050be405e0b2a996.tar.gz Atlas-6c29477f03a7432bf0eb5116050be405e0b2a996.zip |
pkg/atlas: Set default ATLAS_API0_MAINMENUPROMOS_UPDATENEEDED to none
This makes an empty config work again after 440acd2442215f4edc9f82e881adcf10be728879.
-rw-r--r-- | pkg/atlas/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/atlas/config.go b/pkg/atlas/config.go index a416ff7..e8a42c9 100644 --- a/pkg/atlas/config.go +++ b/pkg/atlas/config.go @@ -148,7 +148,7 @@ type Config struct { // If provided, the mainmenupromos will be merged with the provided source // (same syntax as API0_MAINEMENUPROMOS) if the client is older than the // API0_MinimumLauncherVersion. - API0_MainMenuPromos_UpdateNeeded string `env:"ATLAS_API0_MAINMENUPROMOS_UPDATENEEDED"` + API0_MainMenuPromos_UpdateNeeded string `env:"ATLAS_API0_MAINMENUPROMOS_UPDATENEEDED=none"` // The email address to use for Origin login. If not provided, usernames are // not resolved during authentication. If it begins with @, it is treated |