Skip to content

Commit

Permalink
Update AdvancedPortalsPlugin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TreemanKing committed Dec 20, 2024
1 parent 762631c commit dbb73f6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ public void onDisable() {
public void registerPlaceholderAPI() {
if (this.getServer().getPluginManager().getPlugin("PlaceholderAPI") != null) {
AdvancedPortalsCore.getInstance().getTagRegistry().registerTag(new ConditionsTag());
getLogger().info("Registered PlaceholderAPI tag");
return;
}
getLogger().info("PlaceholderAPI not found, skipping tag registration");
}
}

0 comments on commit dbb73f6

Please sign in to comment.