Skip to content

Commit f872eb5

Browse files
authored
Fix incorrect warning about setting TYPE and MODPACK_PLATFORM (#3122)
1 parent e69ee85 commit f872eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-configuration

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ fi
160160

161161
: "${MODPACK_PLATFORM:=${MOD_PLATFORM:-}}"
162162

163-
if [[ $MODPACK_PLATFORM && $TYPE ]]; then
163+
if [[ $MODPACK_PLATFORM && $TYPE && $TYPE != VANILLA ]]; then
164164
logWarning "Avoid setting TYPE and MODPACK_PLATFORM"
165165
fi
166166

0 commit comments

Comments
 (0)