Daniel Gibbs 9 tahun lalu
induk
melakukan
374e0461d7
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      lgsm/functions/core_getopt.sh

+ 3 - 3
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