add owner check to other vehicle packets

This commit is contained in:
20dka
2022-11-04 23:40:52 +01:00
committed by Lion Kortlepel
parent 9acb6951d6
commit 69726a9b03
2 changed files with 40 additions and 2 deletions

View File

@@ -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 {