mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Merge pull request #1508 from 1OSaft/main
fix(esx_multichar/server/modules/multicharacter.lua): Added missing parameter
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user