Browse Source

hwserver

added
pull/668/head
PhilPhonic 10 years ago
parent
commit
8a96e38962
  1. 3
      Hurtworld/hwserver

3
Hurtworld/hwserver

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="271215" version="010216"
#### Variables #### #### Variables ####
@ -32,6 +32,7 @@ maxplayers="20"
map="" #Optional map="" #Optional
creativemode="0" #Free Build creativemode="0" #Free Build
logfile="gamelog.txt" logfile="gamelog.txt"
startonmonitor="off"
# Adding admins using STEAMID64 # Adding admins using STEAMID64
# Example : addadmin 012345678901234567; addadmin 987654321098765432 # Example : addadmin 012345678901234567; addadmin 987654321098765432

Loading…
Cancel
Save