We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af5cac commit af5c5b3Copy full SHA for af5c5b3
src/main/kotlin/com/lambda/interaction/request/placing/PlaceManager.kt
@@ -157,7 +157,7 @@ object PlaceManager : RequestHandler<PlaceRequest>(
157
return
158
}
159
if (!validSneak(player)) return
160
- // if (tickStage !in request.build.placing.placeStageMask) return
+ if (tickStage !in request.build.placing.placeStageMask) return
161
162
val actionResult = placeBlock(ctx, request, Hand.MAIN_HAND)
163
if (!actionResult.isAccepted) {
0 commit comments