Skip to content

Commit

Permalink
fix(esx_skin): bad capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycroft-Studios committed Nov 9, 2024
1 parent a086861 commit 9995338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [core]/esx_skin/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ AddEventHandler("esx_skin:playerRegistered", function()
if Skin.firstSpawn then
ESX.TriggerServerCallback("esx_skin:getPlayerSkin", function(skin)
if skin == nil then
exports["skinchanger"]:loadSkin({ sex = 0 })
exports["skinchanger"]:LoadSkin({ sex = 0 })
Menu:Saveable()
else
exports["skinchanger"]:loadSkin(skin)
exports["skinchanger"]:LoadSkin(skin)
end
end)

Expand Down

0 comments on commit 9995338

Please sign in to comment.