mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
Added 5th engine level
Fix for vehicles that has 5 engine upgrades, example `shinobi` Prevents errors
This commit is contained in:
@@ -483,13 +483,13 @@ Config.Menus = {
|
||||
label = TranslateCap('engine'),
|
||||
parent = 'upgrades',
|
||||
modType = 11,
|
||||
price = {13.95, 32.56, 65.12, 139.53}
|
||||
price = {13.95, 27.9, 55.8, 111.6, 139.53}
|
||||
},
|
||||
modBrakes = {
|
||||
label = TranslateCap('brakes'),
|
||||
parent = 'upgrades',
|
||||
modType = 12,
|
||||
price = {4.65, 9.3, 18.6, 13.95}
|
||||
price = {4.65, 9.3, 13.95, 18.6}
|
||||
},
|
||||
modTransmission = {
|
||||
label = TranslateCap('transmission'),
|
||||
|
||||
Reference in New Issue
Block a user