mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-04 04:30:21 +00:00
SetCellsOffset -> SetCells
This commit is contained in:
parent
44741b2898
commit
58d2a35f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue