Browse Source

Corrected name of Starbound config

pull/1185/head
Marvin Lehmann 9 years ago
committed by Daniel Gibbs
parent
commit
cf1584ebe8
  1. 4
      lgsm/functions/install_config.sh

4
lgsm/functions/install_config.sh

@ -348,7 +348,7 @@ elif [ "${gamename}" == "Serious Sam 3: BFE" ]; then
fn_set_config_vars
elif [ "${gamename}" == "Starbound" ]; then
gamedirname="Starbound"
array_configs+=( starbound.config )
array_configs+=( starbound_server.config )
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
@ -417,4 +417,4 @@ elif [ "${gamename}" == "Wolfenstein: Enemy Territory" ]; then
fn_fetch_default_config
fn_default_config_remote
fn_set_config_vars
fi
fi

Loading…
Cancel
Save