Removed useless message

This commit is contained in:
NATroutter
2026-01-18 00:51:29 +02:00
parent c1adbaa16c
commit 782a614beb

View File

@@ -37,7 +37,6 @@ fi
JAVA_CMD="${JAVA_CMD} -jar HytaleServer.jar"
# Add assets parameter if set and ends with .zip
echo "Using asset pack at: $ASSET_PACK"
if [ -n "${ASSET_PACK}" ]; then
JAVA_CMD="${JAVA_CMD} --assets ${ASSET_PACK}"
fi