Browse Source

added W:ET

pull/1123/head
Daniel Gibbs 9 years ago
parent
commit
374e0461d7
  1. 6
      lgsm/functions/core_getopt.sh

6
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

Loading…
Cancel
Save