Browse Source

fixed typo in info_messages to fix starbound details

pull/2929/head
scott 5 years ago
parent
commit
65135556f3
  1. 2
      lgsm/functions/info_messages.sh

2
lgsm/functions/info_messages.sh

@ -1462,7 +1462,7 @@ fn_info_message_select_engine(){
fn_info_message_sof2 fn_info_message_sof2
elif [ "${shortname}" == "sol" ]; then elif [ "${shortname}" == "sol" ]; then
fn_info_message_soldat fn_info_message_soldat
elif [ "${shortname}" == "st" ]; then elif [ "${shortname}" == "sb" ]; then
fn_info_message_starbound fn_info_message_starbound
elif [ "${shortname}" == "sbots" ]; then elif [ "${shortname}" == "sbots" ]; then
fn_info_message_sbots fn_info_message_sbots

Loading…
Cancel
Save