Skip to content

Commit

Permalink
Merge pull request #250 from KeepItLokiTho/main
Browse files Browse the repository at this point in the history
Fix apartments.starting related bug
  • Loading branch information
GhzGarage authored Jul 25, 2024
2 parents 4ac9714 + 2854e47 commit 5e8ac7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ RegisterNetEvent('qb-multicharacter:server:createCharacter', function(data)
loadHouseData(src)
TriggerClientEvent("qb-multicharacter:client:closeNUIdefault", src)
GiveStarterItems(src)
TriggerEvent('apartments:client:SetHomeBlip', nil)
end
end
end)
Expand Down

0 comments on commit 5e8ac7b

Please sign in to comment.