Open Cmdr3nder opened 9 years ago
This code calls the FINISH_DIGGING event for the block if the block is of a type that breaks on the first hit and thus never receives the FINISH_DIGGING event naturally.
FINISH_DIGGING
Fixes #629
This is a different approach than #541 to fix #384 (#629 is a duplicate of #384).
This code calls the
FINISH_DIGGING
event for the block if the block is of a type that breaks on the first hit and thus never receives theFINISH_DIGGING
event naturally.Fixes #629