Optional option is optional.
This commit is contained in:
parent
818182bf2a
commit
c6eac52338
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ jsonfile: false
|
||||||
jsonfile-interval: 1
|
jsonfile-interval: 1
|
||||||
|
|
||||||
# Output player health for web usage
|
# Output player health for web usage
|
||||||
health-in-json: true
|
health-in-json: false
|
||||||
|
|
||||||
# Use timesliced fullrender - takes a bit longer, but much more polite for server
|
# Use timesliced fullrender - takes a bit longer, but much more polite for server
|
||||||
timeslicerender: true
|
timeslicerender: true
|
||||||
|
|
@ -117,7 +117,7 @@ web:
|
||||||
messagettl: 5
|
messagettl: 5
|
||||||
- type: playermarkers
|
- type: playermarkers
|
||||||
showplayerfaces: true
|
showplayerfaces: true
|
||||||
showplayerhealth: true
|
showplayerhealth: false
|
||||||
#- type: digitalclock
|
#- type: digitalclock
|
||||||
- type: timeofdayclock
|
- type: timeofdayclock
|
||||||
showdigitalclock: true
|
showdigitalclock: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue