mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 14:12:25 +00:00
add owner check to other vehicle packets
This commit is contained in:
@@ -44,6 +44,7 @@ private:
|
||||
static bool IsUnicycle(TClient& c, const std::string& CarJson);
|
||||
static void Apply(TClient& c, int VID, const std::string& pckt);
|
||||
static bool HandlePosition(TClient& c, const std::string& Packet);
|
||||
static bool HandleVehicleUpdate(TClient& c, const std::string& Packet);
|
||||
};
|
||||
|
||||
struct BufferView {
|
||||
|
||||
Reference in New Issue
Block a user