Skip to content

Commit

Permalink
fix(uniforms): reloadskin not keeping uniforms
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Jul 17, 2023
1 parent bd26855 commit 0285208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ RegisterNetEvent("illenium-appearance:client:reloadSkin", function(bypassChecks)
end
client.setPlayerAppearance(appearance)
if Config.PersistUniforms then
TriggerServerEvent("illenium-appearance:server:syncUniform", nil)
LoadPlayerUniform()
end
RestorePlayerStats()
end)
Expand Down

0 comments on commit 0285208

Please sign in to comment.