|
|
@@ -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 )
|