Explorar o código

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

Co-authored-by: Frisa <digimoncn@gmail.com>
Frisasky %!s(int64=7) %!d(string=hai) anos
pai
achega
135a486964
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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 )