Browse Source

fix(details): fix if typo in starbound details (#2929)

pull/2911/head^2
ttocszed00 5 years ago
committed by Daniel Gibbs
parent
commit
e2cca433b5
  1. 2
      lgsm/functions/info_messages.sh

2
lgsm/functions/info_messages.sh

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

Loading…
Cancel
Save