Skip to content

Commit

Permalink
fix: comment out unused var in system function
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin9257 committed Nov 7, 2024
1 parent a9b0920 commit 707e4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/entities/TwodsixItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ export default class TwodsixItem extends Item {
content: `<input name="psiCost" value="${this.system.psiCost}" type="number" min="1" max="10" step="1" autofocus>`,
ok: {
label: "TWODSIX.Items.Psionics.UsePoints",
callback: (event, button, dialog) => button.form.elements.psiCost.valueAsNumber
callback: (event, button /*, dialog*/) => button.form.elements.psiCost.valueAsNumber
}
});
} catch {
Expand Down

0 comments on commit 707e4be

Please sign in to comment.