Skip to content

Commit

Permalink
fix: Removes outdated message about Fantasy Statblocks compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Apr 27, 2024
1 parent 0671834 commit 8e85b58
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,20 +221,6 @@ export default class InitiativeTracker extends Plugin {
async onload() {
registerIcons();

if (this.app.plugins.enabledPlugins.has("obsidian-5e-statblocks")) {
if (!this.canUseStatBlocks) {
new Notice(
createFragment((e) => {
e.createEl("p", {
text: `Initiative Tracker v${this.manifest.version} requires Fantasy Statblocks v4.0.0 or later.`
});
e.createEl("span", {
text: "Please update Fantasy Statblocks to use the Fantasy Statblocks integration."
});
})
);
}
}
await this.loadSettings();

this.setBuilderIcon();
Expand Down

0 comments on commit 8e85b58

Please sign in to comment.