Fix missing packet IDs for older MC versions

Fix packets not implemented for versions older than 1.14
Please implement all versions when adding a new packet!
This commit is contained in:
ORelio 2020-05-26 13:01:01 +02:00
parent 86e5fe54ea
commit b2e6953075
7 changed files with 265 additions and 192 deletions

View file

@ -1490,7 +1490,7 @@ namespace MinecraftClient
/// <returns>TRUE if animation successfully done</returns>
public bool DoAnimation(int animation)
{
return handler.SendAnimation(animation);
return handler.SendAnimation(animation, playerEntityID);
}
/// <summary>