瀏覽代碼

Corrected name of Starbound config

Marvin Lehmann 9 年之前
父節點
當前提交
cd6d644272
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lgsm/functions/install_config.sh

+ 2 - 2
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