Browse Source

added ts3server to getopt

Daniel Gibbs 11 years ago
parent
commit
f8c64f0d9b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      functions/fn_getopt

+ 3 - 2
functions/fn_getopt

@@ -180,8 +180,9 @@ case "$getopt" in
 esac
 esac
 exit
 exit
 }
 }
-
-if [ "${engine}" == "unreal2" ]; then
+if [ "${gamename}" == "Teamspeak 3" ]; then
+	fn_getopt_teamspeak3
+elif [ "${engine}" == "unreal2" ]; then
 	if [ "${gamename}" == "Unreal Tournament 2004" ]; then
 	if [ "${gamename}" == "Unreal Tournament 2004" ]; then
 		fn_getopt_ut2k4
 		fn_getopt_ut2k4
 	else
 	else