We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57570c0 commit e325869Copy full SHA for e325869
1 file changed
common/src/main/kotlin/com/lambda/interaction/construction/simulation/BuildSimulator.kt
@@ -480,7 +480,6 @@ object BuildSimulator {
480
481
// ToDo: For each hand and sneak or not?
482
val fakePlayer = copyPlayer(player).apply {
483
- setPos(eye.x, eye.y - standingEyeHeight, eye.z)
484
this.rotation = RotationManager.serverRotation
485
}
486
0 commit comments