!updated comment

This commit is contained in:
ASangarin 2021-01-02 06:47:03 +01:00
parent a7793def08
commit 041fc7b5e1

View File

@ -101,9 +101,9 @@ public class BlockListener implements Listener {
}
/*
* Remove vanilla drops if needed and casts an ItemDamageEvent to handle
* MMOItems durability. It does not apply specific durability loss based
* on block/tool broken yet simple compatibility stuff
* Remove vanilla drops if needed and
* decreases the durability of the item
* used to mine the block.
*/
if (!info.getOption(BlockInfoOption.VANILLA_DROPS)) {
event.setCancelled(true);