Browse Source

added query port for unturned

pull/3039/head
Daniel Gibbs 5 years ago
parent
commit
8ba1ba3f52
  1. 3
      lgsm/functions/info_parms.sh

3
lgsm/functions/info_parms.sh

@ -220,6 +220,7 @@ fn_info_parms_unreal3(){
fn_info_parms_unturned(){
servername=${selfname:-"NOT SET"}
port=${port:-"0"}
queryport=$((port + 1))
}
fn_info_parms_ut(){
@ -250,7 +251,7 @@ elif [ "${shortname}" == "fctr" ]; then
elif [ "${shortname}" == "inss" ]; then
fn_info_parms_inss
elif [ "${shortname}" == "jk2" ]; then
fn_info_parms_jk2
fn_info_parms_jk2
elif [ "${shortname}" == "kf2" ]; then
fn_info_parms_kf2
elif [ "${shortname}" == "mohaa" ]; then

Loading…
Cancel
Save