From d0e33611a9846eb25d907d17dd6a45ad099023d6 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sat, 13 Mar 2021 13:40:49 +0100 Subject: [PATCH] q3aServ.sh (Sintax) --- q3aServ.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/q3aServ.sh b/q3aServ.sh index 560b358..76a3f60 100755 --- a/q3aServ.sh +++ b/q3aServ.sh @@ -232,7 +232,7 @@ case ${1} in echo "" echo "<<[Error: Bot-level must be specified]>>" custom_game_menu - elif [ $botLevel -ne 0 ] ; then + elif [ ${botLevel} -ne 0 ] ; then echo "" echo "<<[Error: Bot-level only must be numbers between 1 and 5]>>" custom_game_menu