UltimateByte 10 rokov pred
rodič
commit
1e53947f97
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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