From f8c64f0d9b9fb9e9bb0ff709ab911021641ad6a5 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 8 Feb 2015 15:14:37 +0000 Subject: [PATCH] added ts3server to getopt --- functions/fn_getopt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/fn_getopt b/functions/fn_getopt index 12fe340f5..a8610ca9b 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -180,8 +180,9 @@ case "$getopt" in esac exit } - -if [ "${engine}" == "unreal2" ]; then +if [ "${gamename}" == "Teamspeak 3" ]; then + fn_getopt_teamspeak3 +elif [ "${engine}" == "unreal2" ]; then if [ "${gamename}" == "Unreal Tournament 2004" ]; then fn_getopt_ut2k4 else