Browse Source

twserver

added
pull/668/head
PhilPhonic 10 years ago
parent
commit
00bd8cc60f
  1. 3
      Teeworlds/twserver

3
Teeworlds/twserver

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="271215" version="010216"
#### Variables #### #### Variables ####
@ -26,6 +26,7 @@ steampass="password"
# Start Variables # Start Variables
ip="0.0.0.0" ip="0.0.0.0"
updateonstart="off" updateonstart="off"
startonmonitor="off"
fn_parms(){ fn_parms(){
parms="-f ${servercfgfullpath}" parms="-f ${servercfgfullpath}"

Loading…
Cancel
Save