diff --git a/functions/fn_servername b/functions/fn_servername index 4ad258ff6..ce8b61044 100644 --- a/functions/fn_servername +++ b/functions/fn_servername @@ -11,7 +11,7 @@ if [ "${engine}" == "avalanche" ]; then elif [ "${engine}" == "realvirtuality" ]; then servername=$(grep -s hostname "${servercfgfullpath}"| grep -v //|sed -e 's/\//g'| tr -d '=\"; ') elif [ "${engine}" == "seriousengine35" ]; then - fn_seriousengine35details + servername=$(grep -s prj_strMultiplayerSessionName "${servercfgfullpath}"|sed 's/prj_strMultiplayerSessionName = //g'|sed 's/"//g'|sed 's/;//g') elif [ "${engine}" == "source" ]||[ "${engine}" == "goldsource" ]; then servername=$(grep -s hostname "${servercfgfullpath}"|sed 's/hostname //g'|sed 's/"//g') elif [ "${engine}" == "spark" ]; then