Skip to content

Commit e38cdb3

Browse files
committed
Use proper update event
1 parent 6c9993a commit e38cdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/interaction/material/transfer/transaction/PickFromInventoryTransaction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class PickFromInventoryTransaction @Ta5kBuilder constructor(
3636
confirming = true
3737
}
3838

39-
listen<InventoryEvent.HotbarSlot.Request> {
39+
listen<InventoryEvent.HotbarSlot.Update> {
4040
finish()
4141
}
4242
}

0 commit comments

Comments
 (0)