Merge pull request #1104 from t0r3tto/main

fix: annoying typo
This commit is contained in:
Kakarot
2024-05-20 20:42:27 -04:00
committed by GitHub
+2 -2
View File
@@ -201,8 +201,8 @@ function QBCore.Player.CreatePlayer(PlayerData, Offline)
return true
end
function self.Functions.Notify(text, type, lenght)
TriggerClientEvent('QBCore:Notify', self.PlayerData.source, text, type, lenght)
function self.Functions.Notify(text, type, length)
TriggerClientEvent('QBCore:Notify', self.PlayerData.source, text, type, length)
end
function self.Functions.HasItem(items, amount)