Browse Source

ut3

pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
08a6875142
  1. 6
      lgsm/functions/info_config.sh
  2. 6
      lgsm/functions/info_parms.sh

6
lgsm/functions/info_config.sh

@ -1118,7 +1118,7 @@ fn_info_config_unreal2(){
fi fi
} }
fn_info_config_unreal3(){ fn_info_config_ut3(){
if [ ! -f "${servercfgfullpath}" ]; then if [ ! -f "${servercfgfullpath}" ]; then
servername="${unavailable}" servername="${unavailable}"
serverpassword="${unavailable}" serverpassword="${unavailable}"
@ -1865,10 +1865,10 @@ elif [ "${engine}" == "unreal" ]; then
fn_info_config_unreal fn_info_config_unreal
elif [ "${engine}" == "unreal2" ]; then elif [ "${engine}" == "unreal2" ]; then
fn_info_config_unreal2 fn_info_config_unreal2
elif [ "${engine}" == "unreal3" ]; then
fn_info_config_unreal3
elif [ "${shortname}" == "ut" ]; then elif [ "${shortname}" == "ut" ]; then
fn_info_config_ut fn_info_config_ut
elif [ "${shortname}" == "ut3" ]; then
fn_info_config_ut3
elif [ "${shortname}" == "wet" ]; then elif [ "${shortname}" == "wet" ]; then
fn_info_config_wet fn_info_config_wet
elif [ "${shortname}" == "wf" ]; then elif [ "${shortname}" == "wf" ]; then

6
lgsm/functions/info_parms.sh

@ -230,7 +230,7 @@ fn_info_parms_unreal2(){
queryport=$((port+1)) queryport=$((port+1))
} }
fn_info_parms_unreal3(){ fn_info_parms_ut3(){
port=${port:-"0"} port=${port:-"0"}
queryport=${queryport:-"0"} queryport=${queryport:-"0"}
defaultmap=${defaultmap:-"NOT SET"} defaultmap=${defaultmap:-"NOT SET"}
@ -323,8 +323,8 @@ elif [ "${shortname}" == "mta" ]; then
fn_info_parms_mta fn_info_parms_mta
elif [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then elif [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then
fn_info_parms_unreal fn_info_parms_unreal
elif [ "${engine}" == "unreal3" ]; then elif [ "${shortname}" == "ut3" ]; then
fn_info_parms_unreal3 fn_info_parms_ut3
elif [ "${shortname}" == "unt" ]; then elif [ "${shortname}" == "unt" ]; then
fn_info_parms_unt fn_info_parms_unt
elif [ "${shortname}" == "ut" ]; then elif [ "${shortname}" == "ut" ]; then

Loading…
Cancel
Save