GlowstoneMC / Glowstone-Legacy

An open-source server for the Bukkit Minecraft modding interface
Other
363 stars 122 forks source link

START_DIGGING==FINISH_DIGGING for blocks that break on first hit. Fixes #629 #642

Open Cmdr3nder opened 9 years ago

Cmdr3nder commented 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.

Fixes #629

Tonodus commented 9 years ago

This is a different approach than #541 to fix #384 (#629 is a duplicate of #384).