onBlockBreak is called once more than necessary. #36
Labels
bug
A bug report
fixed
The issue was resolved and is available to the public
good first issue
An issue that would be very easy for a new contributor to try to resolve for their first
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.
The text was updated successfully, but these errors were encountered: