New Quarry ignores result of BreakEvent
Kotori316 opened this issue ยท 0 comments
QuarryPlus/src/main/scala/com/yogpc/qp/tile/TileQuarry2.scala
Lines 223 to 225 in 3034f18
The code ignores the possibility of cancel.
Add
if(event.isCanceled()){
???
}
above code will respect the event.