diff --git a/src/Entities/ArrowEntity.cpp b/src/Entities/ArrowEntity.cpp index fafed49a8..249ff42d0 100644 --- a/src/Entities/ArrowEntity.cpp +++ b/src/Entities/ArrowEntity.cpp @@ -198,7 +198,7 @@ void cArrowEntity::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk) } } - auto relPos = a_Chunk.RelativeToAbsolute(m_HitBlockPos); + auto relPos = a_Chunk.AbsoluteToRelative(m_HitBlockPos); auto chunk = a_Chunk.GetRelNeighborChunkAdjustCoords(relPos); if (chunk == nullptr)