Skip to content

Commit

Permalink
Fix MVdW Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus committed Jan 5, 2021
1 parent 6825274 commit a344c1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public boolean init(Literal<?>[] args, int matchedPattern, ParseResult parseResu
}
break;
case 1: // MVdWPlaceholderAPI
if (!SkriptPlaceholders.hasPapi()) {
if (!SkriptPlaceholders.hasMVdW()) {
Skript.error("MVdWPlaceholderAPI is required to register MVdWPlaceholderAPI placeholders.", ErrorQuality.SEMANTIC_ERROR);
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: skript-placeholders
main: io.github.apickledwalrus.skriptplaceholders.SkriptPlaceholders
version: 1.5
version: 1.5.1
authors: [APickledWalrus, Pikachu920]
description: Allows using and registering placeholders with PlaceholderAPI and MVdWPlaceholderAPI in Skript.
website: https://github.com/APickledWalrus/skript-placeholders
Expand Down

0 comments on commit a344c1d

Please sign in to comment.