diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh
index 626b7c77b..9765aaea1 100755
--- a/lgsm/functions/info_config.sh
+++ b/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
diff --git a/lgsm/functions/info_messages.sh b/lgsm/functions/info_messages.sh
index ec98db6d7..52f5622b0 100755
--- a/lgsm/functions/info_messages.sh
+++ b/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