mirror of
https://github.com/RoccoMyTacco/qb-pefcl.git
synced 2026-03-31 06:33:57 -04:00
Update server.lua
Co-authored-by: Malcolm Keefe <27903055+Mkeefeus@users.noreply.github.com>
This commit is contained in:
@@ -82,7 +82,7 @@ local function UniqueAccounts(player)
|
||||
accountIdentifier = v.ownerIdentifier,
|
||||
}
|
||||
exports.pefcl:removeUserFromUniqueAccount(playerSrc, data1)
|
||||
elseif Config.BusinessAccounts[PlayerJob.name] and v.ownerIdentifier ~= PlayerJob.name then
|
||||
elseif Config.BusinessAccounts[PlayerJob.name] and v.ownerIdentifier ~= PlayerJob.name and v.type == 'shared' then
|
||||
local data1 = {
|
||||
userIdentifier = citizenid,
|
||||
accountIdentifier = v.ownerIdentifier,
|
||||
|
||||
Reference in New Issue
Block a user