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 71bed50 commit 99e34f5Copy full SHA for 99e34f5
src/main/kotlin/vergisst/minecraftmod/weaponthrow/capabilities/PlayerThrowData.kt
@@ -24,7 +24,7 @@ class PlayerThrowData(val player: PlayerEntity) {
24
}
25
26
fun resetCharging() {
27
- action = if(action == State.DURING) State.FINISH else State.NONE
+ action = if(action == State.DURING) State.FINISH else action
28
item = ItemStack.EMPTY
29
chargeTime = -1
30
0 commit comments