Skip to content

Commit

Permalink
Merge pull request #360 from suryabhaiin/main
Browse files Browse the repository at this point in the history
House garage console error fix
  • Loading branch information
GhzGarage authored Jul 10, 2024
2 parents 924fc2f + ad76763 commit 146a2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ RegisterNetEvent('qb-garages:client:setHouseGarage', function(house, hasKey) --
end
else
QBCore.Functions.TriggerCallback('qb-garages:server:getHouseGarage', function(garageInfo) -- create garage if not exist
if not garageInfo.garage then return end
local garageCoords = json.decode(garageInfo.garage)
Config.Garages[formattedHouseName] = {
houseName = house,
Expand Down

0 comments on commit 146a2a3

Please sign in to comment.