diff --git a/bot/motion.go b/bot/motion.go index a147d21..8989411 100644 --- a/bot/motion.go +++ b/bot/motion.go @@ -56,7 +56,6 @@ func (c *Client) AttackEntity(entityID int32, hand int) error { data.UseEntity, pk.VarInt(entityID), pk.VarInt(1), - pk.VarInt(hand), )) }