0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 05:10:47 -05:00

Fix incorrect mod status in Discord message

This commit is contained in:
Refringe 2024-03-16 16:48:51 -04:00
parent 927d890089
commit 324fe97ec7
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -632,7 +632,7 @@ jobs:
elif [ "$BUILD_TYPE" == "bleedingmods" ]; then elif [ "$BUILD_TYPE" == "bleedingmods" ]; then
EMBED_COLOR=15548997 EMBED_COLOR=15548997
EMBED_DESCRIPTION='A new bleeding edge build is available. These are strictly for testing issues *and not for general gameplay*. 7-Zip is *required* to extract the release.' EMBED_DESCRIPTION='A new bleeding edge build is available. These are strictly for testing issues *and not for general gameplay*. 7-Zip is *required* to extract the release.'
MODS="$MODS_ENABLED_BLEEDING" MODS="$MODS_ENABLED_BLEEDINGMODS"
elif [ "$BUILD_TYPE" == "debug" ]; then elif [ "$BUILD_TYPE" == "debug" ]; then
EMBED_COLOR=2123412 EMBED_COLOR=2123412
EMBED_DESCRIPTION=$'A new debug build is available. These have extra-verbose logging enabled *for testing*. 7-Zip is *required* to extract the release.' EMBED_DESCRIPTION=$'A new debug build is available. These have extra-verbose logging enabled *for testing*. 7-Zip is *required* to extract the release.'