dragonfly
dragonfly copied to clipboard
Bow still able to release after switched item slot
i think the direct way to solve that is
change https://github.com/df-mc/dragonfly/blob/4113479b6b3cf29b571048dce1f7c60f13580dc8/server/session/player.go#L661 to something just like
p.usingItem.CAS(true, false)
in https://github.com/df-mc/dragonfly/blob/4113479b6b3cf29b571048dce1f7c60f13580dc8/server/player/player.go#L1403