Browse Source

test tmux mumble

UltimateByte 9 years ago
parent
commit
9b29697129
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lgsm/functions/command_start.sh

+ 2 - 2
lgsm/functions/command_start.sh

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