Sfoglia il codice sorgente

fix(ecoserver): add missing Network.eco for Eco (#2424)

Co-authored-by: Frisa <digimoncn@gmail.com>
Frisasky 7 anni fa
parent
commit
135a486964
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      lgsm/functions/install_config.sh

+ 6 - 0
lgsm/functions/install_config.sh

@@ -326,6 +326,12 @@ elif [ "${gamename}" == "Dystopia" ]; then
 	fn_fetch_default_config
 	fn_default_config_remote
 	fn_set_config_vars
+elif [ "${gamename}" == "Eco" ]; then
+	gamedirname="Eco"
+	array_configs+=( Network.eco )
+	fn_fetch_default_config
+	fn_default_config_remote
+	fn_set_config_vars
 elif [ "${gamename}" == "ET: Legacy" ]; then
 	gamedirname="ETLegacy"
 	array_configs+=( server.cfg )