remove: test message

This commit is contained in:
Font Vincent 2024-12-12 09:56:07 +01:00
parent 063eafb5d3
commit 151a5b7f04

View File

@ -803,7 +803,6 @@ public class EssentialsPlayerListener implements Listener, FakeAccessor {
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);
}
}