q3aServ.sh (Sintax)

This commit is contained in:
q3aql 2021-03-13 13:40:49 +01:00
parent 2ec6efeec6
commit d0e33611a9

View File

@ -232,7 +232,7 @@ case ${1} in
echo "" echo ""
echo "<<[Error: Bot-level must be specified]>>" echo "<<[Error: Bot-level must be specified]>>"
custom_game_menu custom_game_menu
elif [ $botLevel -ne 0 ] ; then elif [ ${botLevel} -ne 0 ] ; then
echo "" echo ""
echo "<<[Error: Bot-level only must be numbers between 1 and 5]>>" echo "<<[Error: Bot-level only must be numbers between 1 and 5]>>"
custom_game_menu custom_game_menu