|
@@ -80,7 +80,7 @@ case "${getopt}" in
|
|
|
esac
|
|
esac
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-fn_getopt_bf1942(){
|
|
|
|
|
|
|
+fn_getopt_generic_no_update(){
|
|
|
case "${getopt}" in
|
|
case "${getopt}" in
|
|
|
st|start)
|
|
st|start)
|
|
|
command_start.sh;;
|
|
command_start.sh;;
|
|
@@ -619,8 +619,8 @@ case "${getopt}" in
|
|
|
|
|
|
|
|
if [ "${gamename}" == "Mumble" ]; then
|
|
if [ "${gamename}" == "Mumble" ]; then
|
|
|
fn_getopt_mumble
|
|
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
|
|
elif [ "${engine}" == "lwjgl2" ]; then
|
|
|
fn_getopt_minecraft
|
|
fn_getopt_minecraft
|
|
|
elif [ "${gamename}" == "TeamSpeak 3" ]; then
|
|
elif [ "${gamename}" == "TeamSpeak 3" ]; then
|