From 13a6d912955de5420d4cc9f8a3e395ac8a138811 Mon Sep 17 00:00:00 2001 From: Steve Shipway Date: Sat, 2 Jan 2016 12:20:39 +1300 Subject: [PATCH] Fix typo --- minecraft-server/start-minecraft.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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