From 88820c80f1dae2ab45e29449c1d228d4da63cedf Mon Sep 17 00:00:00 2001 From: Mitroxs <59477429+Mitroxs@users.noreply.github.com> Date: Fri, 3 Dec 2021 22:09:28 +0100 Subject: [PATCH] typo :interrobang: --- server/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/functions.lua b/server/functions.lua index b5796de..1334c99 100644 --- a/server/functions.lua +++ b/server/functions.lua @@ -121,7 +121,7 @@ end --- Will set the provided player id / source into the provided bucket id function QBCore.Functions.SetPlayerBucket(player_source --[[int]],bucket --[[int]]) if player_source and bucket then - local plicense = QBCore.Functions.GetIdentifier(player, 'license') + local plicense = QBCore.Functions.GetIdentifier(player_source, 'license') SetPlayerRoutingBucket(player_source, bucket) _G.Player_Buckets[plicense] = {player_id = player_source, player_bucket = bucket} return true