Browse Source

corrected project cars steam port details

pull/1477/head
Daniel Gibbs 8 years ago
parent
commit
921450bab6
  1. 2
      lgsm/functions/command_details.sh

2
lgsm/functions/command_details.sh

@ -533,7 +533,7 @@ fn_details_projectcars(){
echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"
echo -e "> Game\tINBOUND\t${port}\tudp"
echo -e "> Query\tINBOUND\t${queryport}\tudp"
echo -e "> Steam\tINBOUND\t${queryport}\tudp"
echo -e "> Steam\tINBOUND\t${steamport}\tudp"
} | column -s $'\t' -t
}

Loading…
Cancel
Save