Skip to content

Commit

Permalink
fix: update plugin name in console messages
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Jan 6, 2022
1 parent 7c3793d commit 9aa7b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class StatBlockPlugin extends Plugin {
return new Set(Array.from(this.data.values()).map((m) => m.source));
}
async onload() {
console.log("5e StatBlocks loaded");
console.log("TTRPG StatBlocks loaded");

await this.loadSettings();
await this.loadMonsterData();
Expand Down Expand Up @@ -256,7 +256,7 @@ export default class StatBlockPlugin extends Plugin {
});
}
onunload() {
console.log("5e StatBlocks unloaded");
console.log("TTRPG StatBlocks unloaded");
}

exportAsPng(name: string, containerEl: Element) {
Expand Down

0 comments on commit 9aa7b53

Please sign in to comment.