diff --git a/server/item/bow.go b/server/item/bow.go index bc9e14ed6..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)) } - releaser.PlaySound(sound.BowShoot{}) + tx.PlaySound(releaser.Position(), sound.BowShoot{}) } // EnchantmentValue ...