We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7a2b0 commit 9679837Copy full SHA for 9679837
scripts/run-bungeecord.sh
@@ -291,7 +291,7 @@ function downloadDefaultConfigs() {
291
--to /server \
292
--skip-existing --skip-up-to-date=false \
293
"$DOWNLOAD_DEFAULTS" 2> /dev/null; then
294
- logWarning "One or more default files were not available from $DOWNLOAD_DEFAULTS"
+ log "WARN: One or more default files were not available from $DOWNLOAD_DEFAULTS"
295
fi
296
297
0 commit comments