Disable default configs download until issues resolved (#2895)

This commit is contained in:
Geoff Bourne
2024-06-13 07:45:48 -05:00
committed by GitHub
parent 2e9be596f7
commit bc789202a1

View File

@@ -50,13 +50,6 @@ else
fi
# Download default configs to allow for consistent patching
configs=(paper-global.yml paper-world-defaults.yml spigot.yml)
mkdir -p config
if ! get --skip-existing --log-progress-each -o config "${configs[@]/#/${PAPER_CONFIG_DEFAULTS_REPO}/${VERSION}/}" 2> /dev/null; then
log "WARN: one or more default PaperMC config files were not available from ${PAPER_CONFIG_DEFAULTS_REPO}"
fi
# Normalize on Spigot for downstream operations
export FAMILY=SPIGOT