Browse Source

Added Quake 2 to fn_getopt_generic_no_update

Daniel Gibbs 9 years ago
parent
commit
f7fb1b7063
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lgsm/functions/core_getopt.sh

+ 1 - 1
lgsm/functions/core_getopt.sh

@@ -622,7 +622,7 @@ case "${getopt}" in
 
 
 if [ "${gamename}" == "Mumble" ]; then
 if [ "${gamename}" == "Mumble" ]; then
 	fn_getopt_mumble
 	fn_getopt_mumble
-elif [ "${gamename}" == "Battlefield: 1942" ]||[ "${gamename}" == "Quake 3: Arena" ]||[ "${gamename}" == "Wolfenstein: Enemy Territory" ]; then
+elif [ "${gamename}" == "Battlefield: 1942" ]||[ "${gamename}" == "Quake 2" ]||[ "${gamename}" == "Quake 3: Arena" ]||[ "${gamename}" == "Wolfenstein: Enemy Territory" ]; then
 	fn_getopt_generic_no_update
 	fn_getopt_generic_no_update
 elif [ "${engine}" == "lwjgl2" ]; then
 elif [ "${engine}" == "lwjgl2" ]; then
 	fn_getopt_minecraft
 	fn_getopt_minecraft