Skip to content

Commit

Permalink
Update dynamic-illumination.js
Browse files Browse the repository at this point in the history
  • Loading branch information
delVhariant committed Jan 2, 2021
1 parent ec1200d commit d139308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dynamic-illumination.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function changeLighting(level, color)
}
else
{
ui.notifications.notify('Scene color/darkness already animating', "warning");
ui.notifications.notify('Scene color/darkness already animating. You can enable interrupting ongiong changes in settings.', "warning");
return;
}
}
Expand Down Expand Up @@ -241,7 +241,7 @@ Hooks.once("init", () =>
hint: game.i18n.localize("dynamic-illumination.allowInterrupt.hint"),
scope: "world",
config: true,
default: true,
default: false,
type: Boolean
});

Expand Down

0 comments on commit d139308

Please sign in to comment.