mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-10 16:51:23 +00:00
Fix incorrect warning about setting TYPE and MODPACK_PLATFORM (#3122)
This commit is contained in:
@@ -160,7 +160,7 @@ fi
|
||||
|
||||
: "${MODPACK_PLATFORM:=${MOD_PLATFORM:-}}"
|
||||
|
||||
if [[ $MODPACK_PLATFORM && $TYPE ]]; then
|
||||
if [[ $MODPACK_PLATFORM && $TYPE && $TYPE != VANILLA ]]; then
|
||||
logWarning "Avoid setting TYPE and MODPACK_PLATFORM"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user