Browse Source

changes

pull/3000/head
Daniel Gibbs 6 years ago
parent
commit
0bff2a990b
  1. 2
      lgsm/config-default/config-lgsm/arkserver/_default.cfg
  2. 4
      lgsm/functions/command_console.sh

2
lgsm/config-default/config-lgsm/arkserver/_default.cfg

@ -140,7 +140,7 @@ querytype="protocol-valve"
## Console type
consoleoutput="off"
consoleverbose="off"
consoleinteract="off"
## Game Server Details
# Do not edit

4
lgsm/functions/command_console.sh

@ -19,9 +19,9 @@ elif [ "${consoleverbose}" == "off" ]; then
fi
# 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"
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"
fi

Loading…
Cancel
Save