Browse Source

Merge remote-tracking branch 'refs/remotes/origin/develop' into dstserver-new

pull/1200/head
Marvin Lehmann 8 years ago
parent
commit
74048645a2
  1. 2
      lgsm/functions/alert_email.sh
  2. 2
      lgsm/functions/command_details.sh

2
lgsm/functions/alert_email.sh

@ -135,7 +135,7 @@ fn_details_gameserver(){
# Maxplayers
if [ -n "${maxplayers}" ]; then
echo -e "Maxplayers: ${slots}"
echo -e "Maxplayers: ${maxplayers}"
fi
# Game mode

2
lgsm/functions/command_details.sh

@ -135,7 +135,7 @@ fn_details_gameserver(){
# Maxplayers
if [ -n "${maxplayers}" ]; then
echo -e "${blue}Maxplayers:\t${default}${slots}"
echo -e "${blue}Maxplayers:\t${default}${maxplayers}"
fi
# Game mode

Loading…
Cancel
Save