1
0
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:
Ilya Krasnow
2021-12-12 03:12:06 +03:00
parent 4b0abb7ba5
commit 508a24675a
5 changed files with 8 additions and 8 deletions

View File

@@ -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