From 20519095708afa3064b396d3df521fd888630fe6 Mon Sep 17 00:00:00 2001 From: Darya Markova <122279000+Dasciam@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:32:43 +0500 Subject: [PATCH] Update bow.go --- server/item/bow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/item/bow.go b/server/item/bow.go index cd27f8258..a3c2bb7dd 100644 --- a/server/item/bow.go +++ b/server/item/bow.go @@ -95,7 +95,7 @@ func (Bow) Release(releaser Releaser, tx *world.Tx, ctx *UseContext, duration ti ctx.Consume(arrow.Grow(-arrow.Count() + 1)) } - tx.PlaySound(eyePosition(releaser), sound.BowShoot{}) + tx.PlaySound(releaser.Position(), sound.BowShoot{}) } // EnchantmentValue ...