From ec6ab23409c9d39104e716e391f3ef7e6c25f823 Mon Sep 17 00:00:00 2001 From: lrob Date: Fri, 19 Feb 2016 01:45:00 +0100 Subject: [PATCH] Added gmod getopt specific + fastdl --- functions/core_getopt.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/functions/core_getopt.sh b/functions/core_getopt.sh index 95196d0ef..c5b6916c3 100644 --- a/functions/core_getopt.sh +++ b/functions/core_getopt.sh @@ -206,6 +206,8 @@ case "$getopt" in fn_autoinstall;; dd|depsdetect) command_dev_detect_deps.sh;; + fd|fastdl) + command_fastdl.sh;; *) echo "Usage: $0 [option]" echo "${gamename} - Linux Game Server Manager - Version ${version}" @@ -414,6 +416,8 @@ if [ "${gamename}" == "Mumble" ]; then fn_getopt_mumble elif [ "${gamename}" == "Teamspeak 3" ]; then fn_getopt_teamspeak3 +elif [ "${gamename}" == "Garry's Mod" ]; then + fn_getopt_gmodserver elif [ "${engine}" == "unreal2" ]; then if [ "${gamename}" == "Unreal Tournament 2004" ]; then fn_getopt_ut2k4 @@ -424,4 +428,4 @@ elif [ "${engine}" == "unreal" ]; then fn_getopt_unreal else fn_getopt_generic -fi \ No newline at end of file +fi