Skip to content

Commit

Permalink
Fixed default duration
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Sep 14, 2024
1 parent 007ee6d commit f11beff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,10 +713,10 @@ Hooks.on("init", () => {
desc: "duration",
scope: "world",
config: true,
default: 3,
default: 6.5,
range: {
min: 0,
max: 6,
max: 12,
step: 0.1,
},
type: Number,
Expand Down

0 comments on commit f11beff

Please sign in to comment.