mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
fix(client/main): Maybe fix invalid skin
Have no idea why the Character index skin wouldn't be set already
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ if ESX.GetConfig().Multichar then
|
||||
end)
|
||||
end)
|
||||
else
|
||||
TriggerEvent('skinchanger:loadSkin', Characters[Spawned].skin)
|
||||
TriggerEvent('skinchanger:loadSkin', skin or Characters[Spawned].skin)
|
||||
Citizen.Wait(1500)
|
||||
end
|
||||
Characters = {}
|
||||
|
||||
Reference in New Issue
Block a user