Browse Source

ns2cserver

added
pull/668/head
PhilPhonic 10 years ago
parent
commit
7fb745f568
  1. 3
      NS2Combat/ns2cserver

3
NS2Combat/ns2cserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="271215" version="010216"
#### Variables #### #### Variables ####
@ -36,6 +36,7 @@ configpath="server1"
modstorage="server1/Workshop" modstorage="server1/Workshop"
mods="" mods=""
password="" password=""
startonmonitor="off"
# Add the following line to the parms if you want a private server. Ensuring # Add the following line to the parms if you want a private server. Ensuring
# that the password variable above is not left empty. # that the password variable above is not left empty.
# -password \"${password}\" # -password \"${password}\"

Loading…
Cancel
Save