diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index 7edad6595..88776d8c5 100644 --- a/lgsm/functions/install_config.sh +++ b/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 )