Super Pickaxe block changes not being passed through EditSessionEvent
LadyCailinBot opened this issue ยท 3 comments
WORLDEDIT-3102 - Reported by Intelli
As far as I can tell, there's presently no way for block loggers to log changes made by the super pickaxe.
Comment by sk89q
Pickaxe calls a method to simulate mining, but that completely bypasses setBlock(). That's going to be an interesting problem to solve, at least without adding a simulateBlockMine() to every Extent.
Comment by sk89q
This should be fixed now: f94be80