typo ⁉️

This commit is contained in:
Mitroxs
2021-12-03 22:09:28 +01:00
parent a3a763c86a
commit 88820c80f1
+1 -1
View File
@@ -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