mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-14 07:55:07 +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)
|
val card = InventoryItem(obj, start)
|
||||||
items += key -> card
|
items += key -> card
|
||||||
val tile = obj.Tile
|
val tile = obj.Tile
|
||||||
SetCellsOffset(start, tile.Width, tile.Height, key)
|
SetCells(start, tile.Width, tile.Height, key)
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue