Browse Source

sdtdserver

added
pull/668/head
PhilPhonic 10 years ago
parent
commit
ab53e46d55
  1. 3
      7DaysToDie/sdtdserver

3
7DaysToDie/sdtdserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="271215" version="010216"
#### Variables #### #### Variables ####
@ -25,6 +25,7 @@ steampass="password"
# Start Variables # Start Variables
ip="0.0.0.0" ip="0.0.0.0"
updateonstart="off" updateonstart="off"
startonmonitor="off"
# http://7daystodie.gamepedia.com/Server # http://7daystodie.gamepedia.com/Server
fn_parms(){ fn_parms(){

Loading…
Cancel
Save