Browse Source

bb2server

added
pull/668/head
PhilPhonic 10 years ago
parent
commit
883b20623c
  1. 3
      BrainBread2/bb2server

3
BrainBread2/bb2server

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="090116" version="010216"
#### Variables #### #### Variables ####
@ -30,6 +30,7 @@ sourcetvport="27020"
clientport="27005" clientport="27005"
ip="0.0.0.0" ip="0.0.0.0"
updateonstart="off" updateonstart="off"
startonmonitor="off"
# Required: Game Server Login Token # Required: Game Server Login Token
# GSLT is required for running a public server. # GSLT is required for running a public server.

Loading…
Cancel
Save