diff options
Diffstat (limited to 'gamemode/inventorysystem/skills/cl_skills.lua')
| -rw-r--r-- | gamemode/inventorysystem/skills/cl_skills.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/inventorysystem/skills/cl_skills.lua b/gamemode/inventorysystem/skills/cl_skills.lua index d0a5421..31d4470 100644 --- a/gamemode/inventorysystem/skills/cl_skills.lua +++ b/gamemode/inventorysystem/skills/cl_skills.lua @@ -49,7 +49,7 @@ inv.DrawOnDPanel = function(self,panel) layout:Add(ipanel) end layout:Dock(FILL) - sheet:AddSheet(k, spanel, "icon16/cross.png") + sheet:AddSheet(k, spanel, sc.IconFor(k)) end local prox = {} |
