Просмотр исходного кода

fix(details): correct if for bf1942 details (#2891)

Daniel Gibbs 6 лет назад
Родитель
Сommit
2b9df619e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/info_messages.sh

+ 1 - 1
lgsm/functions/info_messages.sh

@@ -1490,7 +1490,7 @@ fn_info_message_select_engine(){
 		fn_info_message_mta
 	elif [ "${shortname}" == "mumble" ]; then
 		fn_info_message_mumble
-	elif [ "${engine}" == "bf1942" ]; then
+	elif [ "${shortname}" == "bf1942" ]; then
 		fn_info_message_bf1942
 	elif [ "${shortname}" == "rtcw" ]; then
 		fn_info_message_rtcw