Skip to content

Commit

Permalink
Enable sorting by default.
Browse files Browse the repository at this point in the history
Off by default was a legacy choice due to an obsolete bug. The option
may be entirely removed in the future.
  • Loading branch information
BoltsJ committed Sep 3, 2022
1 parent f4c4a4d commit e492239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lancer-initiative.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function registerSettings(): void {
config: true,
type: Boolean,
onChange: () => game.combats?.render(),
default: false,
default: true,
});
// Allows initiative rolling to be toggled. Optional for downstreams.
game.settings.register(module, "combat-tracker-enable-initiative", {
Expand Down

0 comments on commit e492239

Please sign in to comment.