diff --git a/minecraft-server/start-minecraft.sh b/minecraft-server/start-minecraft.sh index 98158858..0eae5c40 100755 --- a/minecraft-server/start-minecraft.sh +++ b/minecraft-server/start-minecraft.sh @@ -103,7 +103,7 @@ case "$TYPE" in fi ;; - VANILLA|vanilla|) + VANILLA|vanilla) SERVER="minecraft_server.$VANILLA_VERSION.jar" if [ ! -e $SERVER ]; then