mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-24 00:15:16 +01:00
!updated comment
This commit is contained in:
parent
a7793def08
commit
041fc7b5e1
@ -101,9 +101,9 @@ public class BlockListener implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Remove vanilla drops if needed and casts an ItemDamageEvent to handle
|
* Remove vanilla drops if needed and
|
||||||
* MMOItems durability. It does not apply specific durability loss based
|
* decreases the durability of the item
|
||||||
* on block/tool broken yet simple compatibility stuff
|
* used to mine the block.
|
||||||
*/
|
*/
|
||||||
if (!info.getOption(BlockInfoOption.VANILLA_DROPS)) {
|
if (!info.getOption(BlockInfoOption.VANILLA_DROPS)) {
|
||||||
event.setCancelled(true);
|
event.setCancelled(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user