Skip to content

Commit

Permalink
Fix missing segment native
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzzer authored Aug 29, 2023
1 parent 05fa624 commit 4294556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions extension/natives/nextbot/path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ void setup(std::vector<sp_nativeinfo_t>& 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},
Expand Down
2 changes: 1 addition & 1 deletion product.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.2
1.10.3

0 comments on commit 4294556

Please sign in to comment.