Skip to content

Commit d7cd202

Browse files
committed
use receive instead of send for PlayerPositionLookS2CPacket reset
1 parent ada6fa2 commit d7cd202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/interaction/request/rotation/RotationManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ object RotationManager : RequestHandler<RotationRequest>(
7676
changedThisTick = false
7777
}
7878

79-
listen<PacketEvent.Send.Post> { event ->
79+
listen<PacketEvent.Receive.Post> { event ->
8080
val packet = event.packet
8181
if (packet !is PlayerPositionLookS2CPacket) return@listen
8282

0 commit comments

Comments
 (0)