Browse Source

pvr query port

tab
pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
302a287f72
  1. 8
      lgsm/functions/info_parms.sh

8
lgsm/functions/info_parms.sh

@ -108,7 +108,7 @@ fn_info_parms_mta(){
fn_info_parms_projectzomboid(){ fn_info_parms_projectzomboid(){
adminpassword=${adminpassword:-"NOT SET"} adminpassword=${adminpassword:-"NOT SET"}
queryport=${port:-"0"} queryport=${port:-"0"}
} }
fn_info_parms_quakeworld(){ fn_info_parms_quakeworld(){
@ -225,12 +225,12 @@ fn_info_parms_towerunite(){
} }
fn_info_parms_teeworlds(){ fn_info_parms_teeworlds(){
queryport=${port:-"0"} queryport=${port:-"0"}
} }
fn_info_parms_pavlovvr(){ fn_info_parms_pavlovvr(){
port=${port:-"0"} port=${port:-"0"}
queryport=${queryport:-"0"} queryport=${port:-"0"}
} }
fn_info_parms_unreal(){ fn_info_parms_unreal(){
@ -317,7 +317,7 @@ elif [ "${shortname}" == "rtcw" ]; then
elif [ "${shortname}" == "rust" ]; then elif [ "${shortname}" == "rust" ]; then
fn_info_parms_rust fn_info_parms_rust
elif [ "${shortname}" == "samp" ]; then elif [ "${shortname}" == "samp" ]; then
fn_info_parms_samp fn_info_parms_samp
elif [ "${shortname}" == "st" ]; then elif [ "${shortname}" == "st" ]; then
fn_info_parms_stationeers fn_info_parms_stationeers
elif [ "${shortname}" == "rw" ]; then elif [ "${shortname}" == "rw" ]; then

Loading…
Cancel
Save