|
@ -19,9 +19,9 @@ elif [ "${consoleverbose}" == "off" ]; then |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# Interactive console |
|
|
# Interactive console |
|
|
if [ "${consolinteractive}" == "on" ]; then |
|
|
if [ "${consolinteract}" == "on" ]; then |
|
|
fn_print_information_nl "${gamename} DOES allow server commands to be entered in to the console" |
|
|
fn_print_information_nl "${gamename} DOES allow server commands to be entered in to the console" |
|
|
elif [ "${consolinteractive}" == "off" ]; then |
|
|
elif [ "${consoleinteract}" == "off" ]; 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 |
|
|
|
|
|
|
|
|