From 3db82db867d15bf8e6f7d6c244d67a5e4215250c Mon Sep 17 00:00:00 2001 From: Marvin Lehmann Date: Fri, 25 Nov 2016 00:44:35 +0100 Subject: [PATCH] Corrected overlooked maxplayers variables I hope I shouldn't have created a branch for that.. Just a small dev hotfix. --- lgsm/functions/alert_email.sh | 2 +- lgsm/functions/command_details.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/alert_email.sh b/lgsm/functions/alert_email.sh index 7ec60b661..6b440070c 100644 --- a/lgsm/functions/alert_email.sh +++ b/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 diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index a1fd28f79..2f26501e0 100644 --- a/lgsm/functions/command_details.sh +++ b/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