mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
fix: annoying typo
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user