Vehicles · medium severity · found by reading the files
Model declared in meta with no .yft on disk
Spawn code exists in config/dealership but nothing spawns.
What it means
N models are declared in metas but have no matching .yft in stream.
How to fix it
- List stream/ once — it is FLAT, so a single listing gives every model file. Cheapest possible existence check.
- Prefer re-uploading the missing model over deleting the entry — a phantom is usually a failed upload, not junk.
When it is not this
NEVER delete a folder because it looks dead without listing its contents. A nested data/data/ tree that looked like junk held 205 real cars, 13 of them player-owned. Deleting it would have destroyed them.