From eca1c61d31ff76c28178505ca9c03d74197e7d0e Mon Sep 17 00:00:00 2001 From: GR-Scripts <155775715+GR-Scripts@users.noreply.github.com> Date: Sat, 27 Jan 2024 06:53:32 +0100 Subject: [PATCH] Update vehicles.lua --- shared/vehicles.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/vehicles.lua b/shared/vehicles.lua index 5aa300d..cf87d9c 100644 --- a/shared/vehicles.lua +++ b/shared/vehicles.lua @@ -551,7 +551,6 @@ local Vehicles = { { model = 'inductor', name = 'Inductor', brand = 'Coil', price = 5000, category = 'cycles', type = 'bike', shop = 'pdm' }, { model = 'inductor2', name = 'Junk Energy Inductor', brand = 'Coil', price = 5000, category = 'cycles', type = 'bike', shop = 'pdm' }, --- Boats (14) - { model = 'dinghy4', name = 'Weaponized Dinghy', brand = 'Nagasaki', price = 40000, category = 'boats', type = 'boat', shop = 'none' }, { model = 'avisa', name = 'Avisa', brand = 'Kraken Subs', price = 40000, category = 'boats', type = 'boat', shop = 'none' }, { model = 'patrolboat', name = 'Kurtz 31 Patrol Boat', brand = 'Unknown', price = 40000, category = 'boats', type = 'boat', shop = 'none' }, { model = 'longfin', name = 'Longfin', brand = 'Shitzu', price = 40000, category = 'boats', type = 'boat', shop = 'boats' },