diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemPumpkin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Items/ItemPumpkin.h b/src/Items/ItemPumpkin.h index d467cd94f..2effb4989 100644 --- a/src/Items/ItemPumpkin.h +++ b/src/Items/ItemPumpkin.h @@ -25,7 +25,7 @@ private: if (TrySpawnGolem(a_Player, a_PlacePosition)) { // The client thinks that they placed the pumpkin, let them know it's been replaced: - a_Player.SendBlocksAround(a_PlacePosition.x, a_PlacePosition.y, a_PlacePosition.z); + a_Player.SendBlocksAround(a_PlacePosition); return true; } |