mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Additional fix #333
This commit is contained in:
@@ -174,7 +174,7 @@ function Metrostroi.AddSkin(category,name,tbl)
|
||||
if not texture or not texture.defaults then return end
|
||||
for k,v in pairs(texture.defaults) do
|
||||
local id = VGUI[k].ID
|
||||
print(List:GetOptionData(List:GetSelectedID()),id,VGUI[id],v)
|
||||
-- print(List:GetOptionData(List:GetSelectedID()),id,VGUI[id],v)
|
||||
if id and VGUI[id] then
|
||||
VGUI[id](v,true)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user