Browse Source

Added Serious Sam 3 server name

pull/276/head
Daniel Gibbs 10 years ago
parent
commit
690a5d78f6
  1. 2
      functions/fn_servername

2
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/\<hostname\>//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

Loading…
Cancel
Save