Changed disable-webserver and jsonfile to default false

This commit is contained in:
Jason Booth 2011-02-17 09:38:08 -06:00
parent 3c1bde1092
commit e1f2ca26d6

View File

@ -16,10 +16,10 @@ webserver-bindaddress: 0.0.0.0
webserver-port: 8123
# Disables Webserver portion of Dynmap (Advanced users only)
disable-webserver: true
disable-webserver: false
# Writes JSON to file in the webpath
jsonfile: true
jsonfile: false
# How often the json file gets written to(in seconds)
jsonfile-interval: 1000