Skip to content

Commit

Permalink
fix(client): external multicharacter use
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm authored Dec 18, 2024
1 parent bd47417 commit d3dd43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ local function inputHandler()
stopCamera()
end

AddEventHandler('qb-spawn:client:setupSpawns', function()
RegisterNetEvent('qb-spawn:client:setupSpawns', function()
spawns = {}

local lastCoords, lastPropertyId = lib.callback.await('qbx_spawn:server:getLastLocation')
Expand Down

0 comments on commit d3dd43a

Please sign in to comment.