Skip to content

Commit 739e9ad

Browse files
committed
post hotbar manager pre and post events
1 parent 2900b09 commit 739e9ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/src/main/kotlin/com/lambda/interaction/request/hotbar/HotbarManager.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ object HotbarManager : RequestHandler<HotbarRequest>(), Loadable {
4747
}
4848

4949
listen<TickEvent.Pre> {
50+
preEvent()
5051
updateRequest()
5152
interaction.syncSelectedSlot()
53+
postEvent()
5254
}
5355

5456
listen<TickEvent.Post> {

0 commit comments

Comments
 (0)