Merge pull request #54 from rain931215/master

攻擊時不需指定主手或副手
This commit is contained in:
Tnze
2020-05-02 18:24:05 +08:00
committed by GitHub

View File

@ -56,7 +56,6 @@ func (c *Client) AttackEntity(entityID int32, hand int) error {
data.UseEntity,
pk.VarInt(entityID),
pk.VarInt(1),
pk.VarInt(hand),
))
}