Skip to content

Commit 99e34f5

Browse files
committed
1.20.2 rc.1
1 parent 71bed50 commit 99e34f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/vergisst/minecraftmod/weaponthrow/capabilities/PlayerThrowData.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class PlayerThrowData(val player: PlayerEntity) {
2424
}
2525

2626
fun resetCharging() {
27-
action = if(action == State.DURING) State.FINISH else State.NONE
27+
action = if(action == State.DURING) State.FINISH else action
2828
item = ItemStack.EMPTY
2929
chargeTime = -1
3030
}

0 commit comments

Comments
 (0)