Browse Source

added rust

pull/713/head
lrob 9 years ago
parent
commit
107d63723d
  1. 3
      functions/monitor_gsquery.sh

3
functions/monitor_gsquery.sh

@ -23,6 +23,9 @@ if [ -f "${rootdir}/gsquery.py" ]; then
elif [ "${gamename}" == "Hurtworld" ]; then
gameport="${port}"
port="${queryport}"
elif [ "${gamename}" == "Rust" ]; then
gameport="${port}"
port="${rconport}"
fi
fn_printinfo "Detected gsquery.py"
fn_scriptlog "Detected gsquery.py"

Loading…
Cancel
Save