Explorar el Código

fn_start_mumble

UltimateByte hace 10 años
padre
commit
1e53947f97
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      lgsm/functions/command_start.sh

+ 2 - 0
lgsm/functions/command_start.sh

@@ -212,6 +212,8 @@ fi
 
 if [ "${gamename}" == "Teamspeak 3" ]; then
 	fn_start_teamspeak3
+elif [ "${gamename}" == "Mumble" ]; then
+	fn_start_mumble
 else
 	fn_start_tmux
 fi