Update README.MD

This commit is contained in:
Davide Fantino 2022-09-18 14:22:39 +02:00 committed by GitHub
parent 027c6c6398
commit dbcaf0f2cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ Array of timeframes that allows to override options based on local time. See exa
name: "friendly name", // a friendly name visible in the logs
start: "12:00", // timeframe start time <hour>:<minutes>
end: "18:00", // timeframe end time <hour>:<minutes>
utcTime: true, // true: use UTC time; false: use LOCAL time
utcTime: false, // true: use UTC time; false: use LOCAL time
overrides: { // options to override
automaticVoteStart: false,
layerLevelBlacklist: [ "Anvil", "Chora" ]