change todo to test
All checks were successful
Build / build (push) Successful in 1m55s

This commit is contained in:
unurled 2024-05-04 19:13:14 +02:00
parent e0f76c598c
commit 1568c0a64a
Signed by: unurled
GPG key ID: FDBC9CBE1F82423F

View file

@ -34,7 +34,7 @@ public class PlayerBlockEvent implements Listener {
event.setCancelled(true);
p.sendBlockChange(event.getBlock().getLocation(), Material.AIR.createBlockData());
// TODO: check if it remove durability from items
// TEST: check if it remove durability from items
p.playSound(p.getLocation(), event.getBlock().getBlockSoundGroup().getBreakSound(), 1, 1);
event.setDropItems(true);
}