Skip to content

Commit

Permalink
fix(client/character): remove duplicate event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon committed Jul 9, 2024
1 parent 84e3216 commit 078934e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/character.lua
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ local function createCharacter(cid)

if GetResourceState('qbx_spawn') == 'missing' then
spawnDefault()
TriggerEvent('qb-clothes:client:CreateFirstCharacter')
else
if config.characters.startingApartment then
TriggerEvent('apartments:client:setupSpawnUI', newData)
Expand Down

0 comments on commit 078934e

Please sign in to comment.