Browse Source

remove warning for now

pull/1123/head
Daniel Gibbs 9 years ago
parent
commit
541f502da5
  1. 4
      lgsm/functions/command_details.sh

4
lgsm/functions/command_details.sh

@ -402,10 +402,6 @@ fn_details_quakelive(){
fn_details_wolfensteinenemyterritory(){ fn_details_wolfensteinenemyterritory(){
echo -e "netstat -atunp | grep etded" echo -e "netstat -atunp | grep etded"
echo -e "" echo -e ""
if [ -z "${port}" ]||[ -z "${rconport}" ]||[ -z "${statsport}" ]; then
echo -e "${red}ERROR!${default} Missing/commented ports in ${servercfg}."
echo -e ""
fi
{ {
echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"
echo -e "> Game\tINBOUND\t${port}\tudp" echo -e "> Game\tINBOUND\t${port}\tudp"

Loading…
Cancel
Save