Skip to content

Commit 092cf6d

Browse files
committed
let's see what you do
1 parent a45eb59 commit 092cf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar/src/main/kotlin/io/github/pylonmc/rebar/block/base/RebarVanillaContainerBlock.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ interface RebarVanillaContainerBlock {
5050
}
5151
}
5252

53-
val destHolder = event.destination.holder
53+
val destHolder = event.destination.getHolder(false)
5454
if (destHolder is BlockInventoryHolder) {
5555
val destBlock = BlockStorage.get(destHolder.block)
5656
if (destBlock is RebarVanillaContainerBlock) {

0 commit comments

Comments
 (0)