diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh index d56e87c88..e23ad3111 100644 --- a/lgsm/functions/core_getopt.sh +++ b/lgsm/functions/core_getopt.sh @@ -80,7 +80,7 @@ case "${getopt}" in esac } -fn_getopt_bf1942(){ +fn_getopt_generic_no_update(){ case "${getopt}" in st|start) command_start.sh;; @@ -619,8 +619,8 @@ case "${getopt}" in if [ "${gamename}" == "Mumble" ]; then fn_getopt_mumble -elif [ "${gamename}" == "Battlefield: 1942" ]; then - fn_getopt_bf1942 +elif [ "${gamename}" == "Battlefield: 1942" ]|| [ "${gamename}" == "Wolfenstein: Enemy Territory" ]; then + fn_getopt_generic_no_update elif [ "${engine}" == "lwjgl2" ]; then fn_getopt_minecraft elif [ "${gamename}" == "TeamSpeak 3" ]; then