We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c7990 commit 8ebfb17Copy full SHA for 8ebfb17
1 file changed
common/src/main/kotlin/com/lambda/interaction/construction/simulation/BuildSimulator.kt
@@ -328,7 +328,7 @@ object BuildSimulator {
328
rot = checkedHit.targetRotation
329
}
330
331
- if (place.axisRotate) run axisRotations@ {
+ if (place.axisRotate && currentDirIsInvalid) run axisRotations@ {
332
placementRotations.forEachIndexed direction@ { index, angle ->
333
fakePlayer.rotation = angle
334
0 commit comments