|
|
@@ -10,8 +10,15 @@ local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
|
|
|
|
|
|
check.sh
|
|
|
fn_print_header
|
|
|
+if [ "${gamename}" == "Rust" ]; then
|
|
|
+ fn_print_information_nl "${gamename} does not produce a verbose output to the console"
|
|
|
+fi
|
|
|
+if [ "${gamename}" == "Rust" ]; then
|
|
|
+ fn_print_information_nl "${gamename} does not allow server commands to be entered in to the console"
|
|
|
+fi
|
|
|
fn_print_information_nl "Press \"CTRL+b\" then \"d\" to exit console."
|
|
|
fn_print_warning_nl "Do NOT press CTRL+c to exit."
|
|
|
+echo " * https://github.com/GameServerManagers/LinuxGSM/wiki/Console"
|
|
|
echo ""
|
|
|
if ! fn_prompt_yn "Continue?" Y; then
|
|
|
echo Exiting; return
|