Browse Source

added queryport for eco

pull/1936/head
Daniel Gibbs 7 years ago
parent
commit
5102547a78
  1. 8
      lgsm/functions/info_parms.sh

8
lgsm/functions/info_parms.sh

@ -41,6 +41,11 @@ fn_info_parms_dst(){
cave=${cave:-"NOT SET"} cave=${cave:-"NOT SET"}
} }
fn_info_parms_eco(){
queryport=${port}
}
fn_info_parms_factorio(){ fn_info_parms_factorio(){
port=${port:-"0"} port=${port:-"0"}
rconport=${rconport:-"0"} rconport=${rconport:-"0"}
@ -147,6 +152,9 @@ elif [ "${engine}" == "realvirtuality" ]; then
# Call of Duty # Call of Duty
elif [ "${gamename}" == "Call of Duty" ]||[ "${gamename}" == "Call of Duty: United Offensive" ]||[ "${engine}" == "iw2.0" ]||[ "${engine}" == "iw3.0" ]; then elif [ "${gamename}" == "Call of Duty" ]||[ "${gamename}" == "Call of Duty: United Offensive" ]||[ "${engine}" == "iw2.0" ]||[ "${engine}" == "iw3.0" ]; then
fn_info_parms_cod fn_info_parms_cod
# Eco
elif [ "${gamename}" == "Eco" ]; then
fn_info_parms_eco
# Factorio # Factorio
elif [ "${gamename}" == "Factorio" ]; then elif [ "${gamename}" == "Factorio" ]; then
fn_info_parms_factorio fn_info_parms_factorio

Loading…
Cancel
Save