Explorar el Código

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

Marvin Lehmann hace 9 años
padre
commit
74048645a2
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      lgsm/functions/alert_email.sh
  2. 1 1
      lgsm/functions/command_details.sh

+ 1 - 1
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

+ 1 - 1
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