We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada6fa2 commit d7cd202Copy full SHA for d7cd202
1 file changed
common/src/main/kotlin/com/lambda/interaction/request/rotation/RotationManager.kt
@@ -76,7 +76,7 @@ object RotationManager : RequestHandler<RotationRequest>(
76
changedThisTick = false
77
}
78
79
- listen<PacketEvent.Send.Post> { event ->
+ listen<PacketEvent.Receive.Post> { event ->
80
val packet = event.packet
81
if (packet !is PlayerPositionLookS2CPacket) return@listen
82
0 commit comments