mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-30 21:17:53 +01:00
You didn't see anything
This commit is contained in:
parent
e99d8c6a6f
commit
ebb179da7c
@ -157,7 +157,7 @@ public class BlockPlacementListener {
|
||||
return;
|
||||
}
|
||||
// Place the block
|
||||
instance.placeBlock(new BlockHandler.PlayerPlacement(resultBlock, instance, blockPosition, player, hand, blockFace,
|
||||
instance.placeBlock(new BlockHandler.PlayerPlacement(resultBlock, instance, placementPosition, player, hand, blockFace,
|
||||
packet.cursorPositionX, packet.cursorPositionY, packet.cursorPositionZ));
|
||||
// Block consuming
|
||||
if (playerBlockPlaceEvent.doesConsumeBlock()) {
|
||||
|
Loading…
Reference in New Issue
Block a user