Skip to content

Commit

Permalink
Update Floodgate missing error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Mar 28, 2021
1 parent 069b604 commit ce6ffbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.rtm516</groupId>
<artifactId>FloodgatePlaceholders</artifactId>
<version>1.2</version>
<version>1.2.1</version>
<name>FloodgatePlaceholders</name>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/rtm516/FloodgatePlaceholders/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void onEnable() {
if (Bukkit.getPluginManager().getPlugin("floodgate") != null && Bukkit.getPluginManager().getPlugin("PlaceholderAPI") != null) {
new Placeholder(this).register();
} else {
getLogger().warning("floodgate or PlaceholderAPI not found! Disabling plugin.");
getLogger().warning("Floodgate 2.0 or PlaceholderAPI not found! Disabling plugin.");
getServer().getPluginManager().disablePlugin(this);
}
}
Expand Down

0 comments on commit ce6ffbd

Please sign in to comment.