|
@@ -10,10 +10,10 @@ local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
|
|
|
|
|
|
|
|
check.sh
|
|
check.sh
|
|
|
fn_print_header
|
|
fn_print_header
|
|
|
-if [ "${gamename}" == "Rust" ]||[ "${gamename}" == "Hurtworld" ]; then
|
|
|
|
|
|
|
+if [ "${gamename}" == "Rust" ]||[ "${gamename}" == "Hurtworld" ]||[ "${gamename}" == "ARK: Survival Evolved" ]; then
|
|
|
fn_print_information_nl "${gamename} does not produce a verbose output to the console"
|
|
fn_print_information_nl "${gamename} does not produce a verbose output to the console"
|
|
|
fi
|
|
fi
|
|
|
-if [ "${gamename}" == "Rust" ]||[ "${gamename}" == "Hurtworld" ]; then
|
|
|
|
|
|
|
+if [ "${gamename}" == "Rust" ]||[ "${gamename}" == "Hurtworld" ]||[ "${gamename}" == "ARK: Survival Evolved" ]; then
|
|
|
fn_print_information_nl "${gamename} does not allow server commands to be entered in to the console"
|
|
fn_print_information_nl "${gamename} does not allow server commands to be entered in to the console"
|
|
|
fi
|
|
fi
|
|
|
fn_print_information_nl "Press \"CTRL+b\" then \"d\" to exit console."
|
|
fn_print_information_nl "Press \"CTRL+b\" then \"d\" to exit console."
|