Explorar el Código

added minecraft

Daniel Gibbs hace 9 años
padre
commit
f6a440233a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      lgsm/functions/command_update.sh

+ 2 - 0
lgsm/functions/command_update.sh

@@ -15,6 +15,8 @@ check.sh
 
 if [ "${gamename}" == "TeamSpeak 3" ]; then
 	update_ts3.sh
+elif [ "${engine}" == "minecraft" ]; then
+	update_mumble.sh
 elif [ "${gamename}" == "Mumble" ]; then
 	update_mumble.sh
 else