Skip to content

Commit

Permalink
Of course
Browse files Browse the repository at this point in the history
  • Loading branch information
Segfaultd committed Feb 5, 2024
1 parent 33d40e7 commit 6e46542
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/server/src/core/modules/vehicle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ namespace MafiaMP::Core::Modules {
auto updateData = e.get_mut<Shared::Modules::VehicleSync::UpdateData>();
*updateData = msg->GetData();
});

InitRPCs(srv, net);
}

void Vehicle::InitRPCs(std::shared_ptr<Framework::World::ServerEngine> srv, Framework::Networking::NetworkServer *net) {
Expand Down

0 comments on commit 6e46542

Please sign in to comment.