Skip to content

Commit e325869

Browse files
committed
use the players regular position when simulating placements
1 parent 57570c0 commit e325869

File tree

1 file changed

+0
-1
lines changed
  • common/src/main/kotlin/com/lambda/interaction/construction/simulation

1 file changed

+0
-1
lines changed

common/src/main/kotlin/com/lambda/interaction/construction/simulation/BuildSimulator.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@ object BuildSimulator {
480480

481481
// ToDo: For each hand and sneak or not?
482482
val fakePlayer = copyPlayer(player).apply {
483-
setPos(eye.x, eye.y - standingEyeHeight, eye.z)
484483
this.rotation = RotationManager.serverRotation
485484
}
486485

0 commit comments

Comments
 (0)