|
@@ -307,6 +307,7 @@ elif [ "${gamename}" == "Ricochet" ]; then
|
|
|
fn_set_config_vars
|
|
fn_set_config_vars
|
|
|
elif [ "${gamename}" == "Rust" ]; then
|
|
elif [ "${gamename}" == "Rust" ]; then
|
|
|
gamedirname="Rust"
|
|
gamedirname="Rust"
|
|
|
|
|
+ fn_check_cfgdir
|
|
|
array_configs+=( server.cfg )
|
|
array_configs+=( server.cfg )
|
|
|
fn_fetch_default_config
|
|
fn_fetch_default_config
|
|
|
fn_default_config_remote
|
|
fn_default_config_remote
|
|
@@ -390,4 +391,3 @@ elif [ "${gamename}" == "Wolfenstein: Enemy Territory" ]; then
|
|
|
fn_default_config_remote
|
|
fn_default_config_remote
|
|
|
fn_set_config_vars
|
|
fn_set_config_vars
|
|
|
fi
|
|
fi
|
|
|
-
|
|
|