diff --git a/vMenu/menus/VehicleSpawner.cs b/vMenu/menus/VehicleSpawner.cs index 880416d9..10f3d893 100644 --- a/vMenu/menus/VehicleSpawner.cs +++ b/vMenu/menus/VehicleSpawner.cs @@ -92,10 +92,6 @@ private void CreateMenu() foreach (string model in vehiclesjson["vehicles"]) { // Get the vehicle make name using the "GetMakeNameFromVehicleModel()" function. - if (!DoesModelExist(model)) - { - return; - } string makeName = GetMakeNameFromVehicleModel((uint)GetHashKey(model)); // Check if the makeName is null or empty, and if so, put the model in the "Unknown" category. if (string.IsNullOrEmpty(makeName))