Skip to content

Commit af5c5b3

Browse files
committed
tick stage check in place manager
1 parent 0af5cac commit af5c5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/interaction/request/placing/PlaceManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ object PlaceManager : RequestHandler<PlaceRequest>(
157157
return
158158
}
159159
if (!validSneak(player)) return
160-
// if (tickStage !in request.build.placing.placeStageMask) return
160+
if (tickStage !in request.build.placing.placeStageMask) return
161161

162162
val actionResult = placeBlock(ctx, request, Hand.MAIN_HAND)
163163
if (!actionResult.isAccepted) {

0 commit comments

Comments
 (0)