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 836d6ce commit 3d84218Copy full SHA for 3d84218
common/src/main/kotlin/com/lambda/interaction/construction/context/PlaceContext.kt
@@ -17,7 +17,6 @@
17
18
package com.lambda.interaction.construction.context
19
20
-import com.lambda.brigadier.argument.integer
21
import com.lambda.config.groups.BuildConfig
22
import com.lambda.context.SafeContext
23
import com.lambda.graphics.renderer.esp.DirectionMask
@@ -59,10 +58,8 @@ data class PlaceContext(
59
58
player, hand, result
60
)
61
62
- actionResult.
63
-
64
if (actionResult.isAccepted) {
65
- if (actionResult.shouldSwingHand() && swingHand) {
+ if (swingHand) {
66
player.swingHand(hand)
67
}
68
0 commit comments