Skip to content

Commit

Permalink
remove: test message
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunh0w committed Dec 12, 2024
1 parent 063eafb commit 151a5b7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ public void onPlayerInteract(final PlayerInteractEvent event) {
player.sendTl("bedSet", player.getLocation().getWorld().getName(), player.getLocation().getBlockX(), player.getLocation().getBlockY(), player.getLocation().getBlockZ());
}
} else if (!isAuthorized) {
player.sendMessage("event canceled");
event.setCancelled(true);
}
}
Expand Down

0 comments on commit 151a5b7

Please sign in to comment.