Skip to content

Commit

Permalink
Update VehicleSpawner.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyB505 committed Sep 22, 2023
1 parent d0e66da commit c91c32d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vMenu/menus/VehicleSpawner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit c91c32d

Please sign in to comment.