Browse Source
docs: replace gamedig repository links to the actual repository (#4338)
pull/4186/merge
CosminPerRam
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
lgsm/functions/query_gamedig.sh
-
lgsm/modules/query_gamedig.sh
|
|
@ -4,7 +4,7 @@ |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Querys a gameserver using node-gamedig. |
|
|
|
# https://github.com/sonicsnes/node-gamedig |
|
|
|
# https://github.com/gamedig/node-gamedig |
|
|
|
|
|
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
querystatus="2" |
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
# Contributors: http://linuxgsm.com/contrib |
|
|
|
# Website: https://linuxgsm.com |
|
|
|
# Description: Querys a gameserver using node-gamedig. |
|
|
|
# https://github.com/sonicsnes/node-gamedig |
|
|
|
# https://github.com/gamedig/node-gamedig |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
# Default query status to failure. Will be changed to 0 if query is successful. |
|
|
|