Browse Source

further improvements to info_game

pull/3564/head
Daniel Gibbs 4 years ago
parent
commit
fa48d55f63
  1. 1
      lgsm/config-default/config-lgsm/pstbsserver/_default.cfg
  2. 497
      lgsm/functions/info_game.sh
  3. 5
      lgsm/functions/info_messages.sh

1
lgsm/config-default/config-lgsm/pstbsserver/_default.cfg

@ -14,7 +14,6 @@ port="10027"
queryport="10037"
rconport="21114"
randommap="NONE"
#servername="LinuxGSM Server"
maxplayers="40"
reservedslots="0"

497
lgsm/functions/info_game.sh

File diff suppressed because it is too large

5
lgsm/functions/info_messages.sh

@ -339,6 +339,11 @@ fn_info_message_gameserver(){
fi
fi
# Reverved Slots
if [ -n "${statspassword}" ]; then
echo -e "${lightblue}Reserved Slots:\t${default}${reservedslots}"
fi
# Bots
if [ -n "${gdbots}" ]; then
echo -e "${lightblue}Bots:\t${default}${gdbots}"

Loading…
Cancel
Save