From e7b72c962ab3425a23ccf6911b4d9fa90189d2f0 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 8 May 2016 01:37:14 -0400 Subject: fixed paths to runes --- gamemode/client/cl_inventory.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gamemode/client') diff --git a/gamemode/client/cl_inventory.lua b/gamemode/client/cl_inventory.lua index c178f4f..1e69ec7 100644 --- a/gamemode/client/cl_inventory.lua +++ b/gamemode/client/cl_inventory.lua @@ -373,7 +373,7 @@ function PANEL:Init() local row = 0 i = 0 for k,v in SortedPairs(GMS.Combinations["Combinations"]) do - + local slot = vgui.Create("DButton", dpnl) slot:SetSize(dPanelWidth/5, 100) slot:SetText("") @@ -413,8 +413,8 @@ function PANEL:Init() if (icon != nil && icon != "test.png") then img:SetImage(icon) else img:SetImage("vgui/avatar_default") end end end - - + + i=i+1 end -- cgit v1.2.3-70-g09d2