mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Added missing parameter
Added a missing parameter that wouldnt allow users to have custom charSlots
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