Browse Source

minor correct to teeworlds

pull/509/head
Daniel Gibbs 10 years ago
parent
commit
d7bdb9ac24
  1. 4
      functions/fn_details

4
functions/fn_details

@ -2,7 +2,7 @@
# LGSM fn_details function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
# Version: 141015
# Version: 281015
# Description: Displays server infomation.
@ -544,7 +544,7 @@ echo -e "Change ports by editing the command-line"
echo -e "parameters in ${servercfgfullpath}."
echo -e ""
echo -e "Useful port diagnostic command:"
echo -e "netstat -atunp | grep terraia"
echo -e "netstat -atunp | grep teeworlds"
echo -e ""
{
echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"

Loading…
Cancel
Save