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
Kenshiin13 authored Nov 26, 2024
2 parents cdfe24d + ccc9b3d commit 7585270
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 7585270

Please sign in to comment.