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