mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-11 02:06:26 +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