Skip to content

Commit

Permalink
Fix Segment natives not being registered
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzzer authored Aug 23, 2023
1 parent b5dd18a commit 808d521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/natives/nextbot/path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ cell_t Destroy(IPluginContext* context, const cell_t* params) {

void setup(std::vector<sp_nativeinfo_t>& natives) {
cursor::setup(natives);
segment::setup(natives);

chase::setup(natives);
follower::setup(natives);
Expand Down Expand Up @@ -639,4 +640,4 @@ void setup(std::vector<sp_nativeinfo_t>& natives) {
natives.insert(natives.end(), std::begin(list), std::end(list));
}

}
}

0 comments on commit 808d521

Please sign in to comment.