Skip to content

Commit

Permalink
Remove confusing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Satan committed Dec 14, 2024
1 parent a2ec595 commit 4eccd47
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,11 @@ public void sendActionbar(Player player, String message) {

@Override
public void sendClickableMessage(Player player, String message, ClickEvent.Action action, String value) {
// 1.8+
player.sendMessage(message);
}

@Override
public void sendLinkedMessage(Player player, String message, String link) {
// 1.8+
this.sendClickableMessage(player, message, ClickEvent.Action.OPEN_URL, link);
}

Expand Down

0 comments on commit 4eccd47

Please sign in to comment.