Browse Source

fixing gamedig maybee

pull/2909/head
scott 5 years ago
parent
commit
6fb24c2556
  1. 4
      lgsm/config-default/config-lgsm/bfvserver/_default.cfg
  2. 2
      lgsm/functions/info_messages.sh

4
lgsm/config-default/config-lgsm/bfvserver/_default.cfg

@ -110,7 +110,7 @@ sleeptime="0.5"
# 8: 7 Days to Die
# 9: GoldSrc
# 10: Avorion
stopmode="2"
stopmode="3"
## Query mode
# 1: session only
@ -119,7 +119,7 @@ stopmode="2"
# 4: gsquery
# 5: tcp
querymode="2"
querytype="protocol-valve"
querytype="protocol-bfv"
## Game Server Details
# Do not edit

2
lgsm/functions/info_messages.sh

@ -983,7 +983,7 @@ fn_info_message_bf1942(){
}
fn_info_message_bfv(){
echo -e "netstat -atunp | grep bfv_linde"
echo -e "netstat -atunp | grep bfv_linded"
echo -e ""
{
echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}"

Loading…
Cancel
Save