onBlockBreak is called once more than necessary.
mhmyesman opened this issue ยท 1 comments
VeinMiner calls PlayerVeinMineEvent (PVME) after onBlockBreak (oBB) is called.
VeinMiner calls oBB once for every block in the vein, disregarding the initial oBB call: VeinMiner calls oBB as if one block hasn't been broken already. This looks like a bug.
Pretty high chance I make a wrong assumption about the inner workings while using improper terminology -- forgive me.
Anyway, here is the bug how I observed it:
https://www.youtube.com/watch?v=HfpT-ZlBw_4&feature=youtu.be
Tested by sending message to player on PVME and oBB execute.