summaryrefslogtreecommitdiff
path: root/gamemode/client
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/client')
-rw-r--r--gamemode/client/cl_inventory.lua6
1 files changed, 3 insertions, 3 deletions
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