Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Disable testing calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Djphoenix719 committed Jun 22, 2021
1 parent a1d0e16 commit 38a997d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/module/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Hooks.on('ready', async () => {
makeDefault: false,
});

await game.actors.getName('Lootboi').delete();
// @ts-ignore
await Actor.create({ name: 'Lootboi', type: 'loot', ['flags.core.sheetClass']: 'pf2e-lootgen.LootApp' });
await game.actors.getName('Lootboi').sheet.render(true);
// await game.actors.getName('Lootboi').delete();
// // @ts-ignore
// await Actor.create({ name: 'Lootboi', type: 'loot', ['flags.core.sheetClass']: 'pf2e-lootgen.LootApp' });
// await game.actors.getName('Lootboi').sheet.render(true);
});

0 comments on commit 38a997d

Please sign in to comment.