Browse Source

mom

pull/3428/head
Daniel Gibbs 4 years ago
parent
commit
4b2464a5bc
  1. 6
      lgsm/functions/info_config.sh
  2. 4
      lgsm/functions/info_messages.sh

6
lgsm/functions/info_config.sh

@ -479,7 +479,7 @@ fn_info_config_mcb(){
fi
}
fn_info_config_mofm(){
fn_info_config_mom(){
if [ ! -f "${servercfgfullpath}" ]; then
servername="${unavailable}"
serverpassword="${unavailable}"
@ -1811,8 +1811,8 @@ elif [ "${shortname}" == "mcb" ]; then
fn_info_config_mcb
elif [ "${shortname}" == "mohaa" ]; then
fn_info_config_mohaa
elif [ "${shortname}" == "mofm" ]; then
fn_info_config_mofm
elif [ "${shortname}" == "mom" ]; then
fn_info_config_mom
elif [ "${shortname}" == "mumble" ]; then
fn_info_config_mumble
elif [ "${shortname}" == "onset" ]; then

4
lgsm/functions/info_messages.sh

@ -1561,10 +1561,10 @@ fn_info_message_select_engine(){
fn_info_message_ac
elif [ "${shortname}" == "ark" ]; then
fn_info_message_ark
elif [ "${shortname}" == "av" ]; then
fn_info_message_av
elif [ "${shortname}" == "arma3" ]; then
fn_info_message_arma3
elif [ "${shortname}" == "av" ]; then
fn_info_message_av
elif [ "${shortname}" == "bf1942" ]; then
fn_info_message_bf1942
elif [ "${shortname}" == "bfv" ]; then

Loading…
Cancel
Save