Skip to content

Commit

Permalink
Update 0.7.81 - Small fix for the new breakdown type
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhaddil committed Dec 2, 2024
1 parent f47c447 commit 9a6232c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ Config.BreakdownTypes = {
},
{
name = "EngineFire",
chance = 10.2,
chance = 0.2,
action = function(vehicle)
SetVehicleEngineOn(vehicle, false, true, true)
local vehicleEntity = NetworkGetEntityFromNetworkId(NetworkGetNetworkIdFromEntity(vehicle))
Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lua54 'yes'

author 'Muhaddil'
description 'Mileage-based vehicle breakdown system for ESX&QBCore'
version 'v0.7.8-beta'
version 'v0.7.81-beta'

shared_script 'config.lua'
client_script 'client.lua'
Expand Down

0 comments on commit 9a6232c

Please sign in to comment.