This commit is contained in:
Rowan 2025-06-17 06:21:54 -04:00
parent f32dd273ab
commit 80dfcec856

View file

@ -38,7 +38,6 @@ func _ready():
updated.emit() updated.emit()
func _get_id(item: Item) -> int: func _get_id(item: Item) -> int:
print(item.get_instance_id())
return item.get_instance_id() return item.get_instance_id()
func _item_eq(a: Item, b: ItemInstance) -> bool: func _item_eq(a: Item, b: ItemInstance) -> bool: