Daniel Gibbs
7 months ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
5 additions and
0 deletions
-
lgsm/modules/info_messages.sh
|
|
@ -508,6 +508,11 @@ fn_info_messages_gameserver() { |
|
|
|
else |
|
|
|
echo -e "${lightblue}Status:\t${green}STARTED${default}" |
|
|
|
fi |
|
|
|
|
|
|
|
# ismygameserver.online |
|
|
|
if [ -n "${querytype}" ]; then |
|
|
|
echo -e "${lightblue}Query Check:\t${default}https://ismygameserver.online/${querytype}/${alertip}:${queryport}" |
|
|
|
fi |
|
|
|
} | column -s $'\t' -t |
|
|
|
echo -e "" |
|
|
|
} |
|
|
|