Browse Source

bug

pull/3000/head
Daniel Gibbs 6 years ago
parent
commit
7d480e7bbf
  1. 2
      lgsm/functions/command_console.sh

2
lgsm/functions/command_console.sh

@ -19,7 +19,7 @@ elif [ "${consoleverbose}" == "off" ]; then
fi
# Interactive console
if [ "${consolinteract}" == "on" ]; then
if [ "${consoleinteract}" == "on" ]; then
fn_print_information_nl "${gamename} DOES allow server commands to be entered in to the console."
elif [ "${consoleinteract}" == "off" ]; then
fn_print_information_nl "${gamename} does NOT allow server commands to be entered in to the console."

Loading…
Cancel
Save