Skip to content

Commit

Permalink
Update common.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob74 authored May 3, 2022
1 parent 8b0b2c9 commit 2049059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ function GetPedheadshotTexture(ped)
local IsTextureDictLoaded = LoadStreamedTextureDict(textureDict)

if not IsTextureDictLoaded then
Citizen.Trace("ERROR: BikerClubhouseDrawMembers - Textures dictionnary \"" .. tostring(textureDict) .. "\" cannot be loaded.")
Citizen.Trace("ERROR: GetPedheadshotTexture - Textures dictionnary \"" .. tostring(textureDict) .. "\" cannot be loaded.")
end
else
Citizen.Trace("ERROR: BikerClubhouseDrawMembers - PedHeadShot not ready.")
Citizen.Trace("ERROR: GetPedheadshotTexture - PedHeadShot not ready.")
end

return textureDict
Expand Down

0 comments on commit 2049059

Please sign in to comment.