mirror of
https://github.com/PaperMC/Paper.git
synced 2025-04-04 13:31:03 +02:00
11 lines
535 B
Diff
11 lines
535 B
Diff
--- a/net/minecraft/world/level/block/CaveVinesBlock.java
|
|
+++ b/net/minecraft/world/level/block/CaveVinesBlock.java
|
|
@@ -57,7 +57,7 @@
|
|
|
|
@Override
|
|
public EnumInteractionResult use(IBlockData iblockdata, World world, BlockPosition blockposition, EntityHuman entityhuman, EnumHand enumhand, MovingObjectPositionBlock movingobjectpositionblock) {
|
|
- return CaveVines.use(iblockdata, world, blockposition);
|
|
+ return CaveVines.use(iblockdata, world, blockposition, entityhuman); // CraftBukkit
|
|
}
|
|
|
|
@Override
|