Browse Source

add to details

pull/4741/head
Daniel Gibbs 7 months ago
parent
commit
be7a42fa46
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 5
      lgsm/modules/info_messages.sh

5
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 ""
}

Loading…
Cancel
Save