mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-04 17:39:37 +00:00
Fix incorrect warning about setting TYPE and MODPACK_PLATFORM (#3122)
This commit is contained in:
parent
e69ee85f8e
commit
f872eb55cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue