diff --git a/minecraft-server/start-deployVanilla b/minecraft-server/start-deployVanilla index 1a6ffe2a..47532c66 100644 --- a/minecraft-server/start-deployVanilla +++ b/minecraft-server/start-deployVanilla @@ -3,7 +3,7 @@ . /start-utils set -o pipefail -export SERVER="minecraft_server.$VANILLA_VERSION.jar" +export SERVER="minecraft_server.${VANILLA_VERSION// /_}.jar" if [ ! -e $SERVER ]; then echo "Downloading $SERVER ..."