fix bug in HandlePosition which caused the vehicle position not to be

saved properly
This commit is contained in:
Lion Kortlepel
2024-01-08 12:15:24 +01:00
committed by Lion
parent 9791b8875c
commit 0836fd3af8
2 changed files with 28 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ private:
static bool ShouldSpawn(TClient& c, const std::string& CarJson, int ID);
static bool IsUnicycle(TClient& c, const std::string& CarJson);
static void Apply(TClient& c, int VID, const std::string& pckt);
static void HandlePosition(TClient& c, const std::string& Packet);
void HandlePosition(TClient& c, const std::string& Packet);
};
struct BufferView {