From 58d2a35f9f941a0f925e90c5f339da585ad6a111 Mon Sep 17 00:00:00 2001 From: FateJH Date: Sun, 10 Jun 2018 01:11:35 -0400 Subject: [PATCH] SetCellsOffset -> SetCells --- .../scala/net/psforever/objects/inventory/GridInventory.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/scala/net/psforever/objects/inventory/GridInventory.scala b/common/src/main/scala/net/psforever/objects/inventory/GridInventory.scala index a8180e9a..72967165 100644 --- a/common/src/main/scala/net/psforever/objects/inventory/GridInventory.scala +++ b/common/src/main/scala/net/psforever/objects/inventory/GridInventory.scala @@ -342,7 +342,7 @@ class GridInventory extends Container { val card = InventoryItem(obj, start) items += key -> card val tile = obj.Tile - SetCellsOffset(start, tile.Width, tile.Height, key) + SetCells(start, tile.Width, tile.Height, key) true }