Added GM restriction

This commit is contained in:
WBHarry 2026-02-08 17:16:51 +01:00
parent 6fede9174b
commit a9b78fd50a
2 changed files with 3 additions and 1 deletions

View file

@ -169,6 +169,8 @@ export class ItemBrowser extends HandlebarsApplicationMixin(ApplicationV2) {
context.formatChoices = this.formatChoices;
context.items = this.items;
context.presets = this.presets;
context.isGM = game.user.isGM;
return context;
}