We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebfb17 commit d3eda36Copy full SHA for d3eda36
1 file changed
common/src/main/kotlin/com/lambda/interaction/construction/simulation/BuildSimulator.kt
@@ -241,7 +241,6 @@ object BuildSimulator {
241
// ToDo: For each hand and sneak or not?
242
val fakePlayer = copyPlayer(player).apply {
243
setPos(eye.x, eye.y - standingEyeHeight, eye.z)
244
- this.rotation = RotationManager.serverRotation
245
}
246
247
val checkedResult = checkedHit.hit
0 commit comments