Skip to content

Commit 186c324

Browse files
Forward all PlayerInteractEvents to bus (#336)
1 parent 37077cc commit 186c324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/client/event/ForgeEventProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ internal object ForgeEventProcessor {
126126
}
127127

128128
@SubscribeEvent
129-
fun onLeftClickBlock(event: PlayerInteractEvent.LeftClickBlock) {
129+
fun onPlayerInteractEvent(event: PlayerInteractEvent) {
130130
LambdaEventBus.post(event)
131131
}
132132

0 commit comments

Comments
 (0)