Browse Source

Added Eco to telnet query

pull/1936/head
Daniel Gibbs 7 years ago
parent
commit
d3edf19e92
  1. 2
      lgsm/functions/command_monitor.sh

2
lgsm/functions/command_monitor.sh

@ -186,7 +186,7 @@ if [ "${gamename}" == "Starbound" ]; then
if [ "${queryenabled}" == "true" ]; then if [ "${queryenabled}" == "true" ]; then
fn_monitor_query fn_monitor_query
fi fi
elif [ "${gamename}" == "TeamSpeak 3" ]; then elif [ "${gamename}" == "TeamSpeak 3" ]||[ "${gamename}" == "Eco" ]; then
fn_monitor_query_telnet fn_monitor_query_telnet
else else
fn_monitor_query fn_monitor_query

Loading…
Cancel
Save