Browse Source

bug fix missing ip=

pull/990/head
Daniel Gibbs 9 years ago
parent
commit
5fe11e00ef
  1. 2
      GarrysMod/gmodserver
  2. 3
      Hurtworld/hwserver
  3. 1
      JustCause2/jc2server

2
GarrysMod/gmodserver

@ -46,8 +46,8 @@ maxplayers="16"
port="27015"
sourcetvport="27020"
clientport="27005"
ip="0.0.0.0"
tickrate="66"
ip="0.0.0.0"
updateonstart="off"
# Custom Start Parameters

3
Hurtworld/hwserver

@ -31,8 +31,9 @@ steamuser="anonymous"
steampass=""
# Server settings
servername="Hurtworld LGSM Server"
ip="0.0.0.0"
updateonstart="off"
servername="Hurtworld LGSM Server"
port="12871"
queryport="12881"
maxplayers="20"

1
JustCause2/jc2server

@ -30,6 +30,7 @@ steamuser="anonymous"
steampass=""
# Start Variables
ip="0.0.0.0"
updateonstart="off"
fn_parms(){

Loading…
Cancel
Save