Added missing parameter

Added a missing parameter that wouldnt allow users to have custom charSlots
This commit is contained in:
Tom
2024-11-26 10:19:17 +01:00
committed by GitHub
parent efafa58eb2
commit ccc9b3d3e7
@@ -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)