From bc789202a13dae5ee204eb22c381ef29f2f12e4f Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 13 Jun 2024 07:45:48 -0500 Subject: [PATCH] Disable default configs download until issues resolved (#2895) --- scripts/start-deployPaper | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/start-deployPaper b/scripts/start-deployPaper index d071bbe4..087ccd3e 100755 --- a/scripts/start-deployPaper +++ b/scripts/start-deployPaper @@ -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