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