Skip to content

Commit

Permalink
Merge pull request #1508 from 1OSaft/main
Browse files Browse the repository at this point in the history
fix(esx_multichar/server/modules/multicharacter.lua): Added missing parameter
  • Loading branch information
Kenshiin13 committed Nov 30, 2024
1 parent e2ffc08 commit 6701547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Multicharacter:SetupCharacters(source)
local identifier = Server:GetIdentifier(source)
ESX.Players[identifier] = true

local slots = Database:GetPlayerSlots()
local slots = Database:GetPlayerSlots(identifier)
identifier = Server.prefix .. "%:" .. identifier

local rawCharacters = Database:GetPlayerInfo(identifier, slots)
Expand Down

0 comments on commit 6701547

Please sign in to comment.