Skip to content

Commit

Permalink
Merge pull request #1893 from GiganticMinecraft/fix/1892
Browse files Browse the repository at this point in the history
MineStackがONの状態で手掘りするとブロックがドロップして増殖する不具合を修正
  • Loading branch information
Lucky3028 authored Feb 10, 2023
2 parents 19a1eb2 + fee3489 commit b157f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ class PlayerBlockBreakListener(
false
)
} yield {
if (isSucceedTryIntoMineStack) event.setCancelled(false)
if (isSucceedTryIntoMineStack) event.setDropItems(false)
else ()
}
program.unsafeRunSync()
Expand Down

0 comments on commit b157f12

Please sign in to comment.