mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
0bf541905c
setPlate re-keys Core.vehicles but never updates self.plate, so the object it was called on keeps pointing at the removed key. isValid() fails from then on and every later call on that handle is a no-op, including delete(), which leaves the vehicle spawned and owned_vehicles.stored at false.