fix: annoying typo

This commit is contained in:
t0retto
2024-05-18 22:29:51 +01:00
parent 8ddbf0555a
commit 07099e64a5
+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)