mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Merge pull request #438 from FAr18/main
fix(es_extended/client/main.lua): wrong parameter
This commit is contained in:
@@ -106,7 +106,7 @@ AddEventHandler('esx:playerLoaded', function(xPlayer, isNew, skin)
|
||||
if #DisabledComps > 0 then
|
||||
Sleep = false
|
||||
for i=1, #(DisabledComps) do
|
||||
HideHudComponentThisFrame(i)
|
||||
HideHudComponentThisFrame(DisabledComps[i])
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user