From f53052a063b73e92c4e92b214e439b446600fe8a Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 5 Nov 2017 00:23:32 -0400 Subject: Minor update --- gamemode/inventorysystem/shapedinventory/sh_shaped.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gamemode/inventorysystem/shapedinventory') diff --git a/gamemode/inventorysystem/shapedinventory/sh_shaped.lua b/gamemode/inventorysystem/shapedinventory/sh_shaped.lua index 69e18ca..1b53d43 100644 --- a/gamemode/inventorysystem/shapedinventory/sh_shaped.lua +++ b/gamemode/inventorysystem/shapedinventory/sh_shaped.lua @@ -11,7 +11,7 @@ if CLIENT then inv = nrequire("cl_shaped.lua") end inv.Name = "Shaped Inventory" inv.tracker = {} inv.width = 5 -inv.height = 10 +inv.height = 5 local function calcposition(width,height,row,col) return ((row-1) * width) + col -- cgit v1.2.3-70-g09d2