diff --git a/extension/natives/nextbot/path.cpp b/extension/natives/nextbot/path.cpp index cb3a5dc..0d3d3d6 100644 --- a/extension/natives/nextbot/path.cpp +++ b/extension/natives/nextbot/path.cpp @@ -196,6 +196,7 @@ void setup(std::vector& natives) { {"Segment.GetPos", GetPosition}, {"Segment.ladder.get", GetLadder}, {"Segment.type.get", GetType}, + {"Segment.length.get", GetLength}, {"Segment.distanceFromStart.get", GetDistanceFromStart}, {"Segment.curvature.get", GetCurvature}, {"Segment.m_portalHalfWidth.get", GetPortalHalfWidth}, diff --git a/product.version b/product.version index 70ad429..62321af 100644 --- a/product.version +++ b/product.version @@ -1 +1 @@ -1.10.2 \ No newline at end of file +1.10.3 \ No newline at end of file