Describe the bug
Sometimes parrots can pant when the wolf is near, and this pant sound causes error and kick.
This bug was already fixed with #623 PR, and I've just tested this PR (using Standalone Geyser) - it works, no errors, no player kicks, _no parrot pant sounds..._ But using latest Standalone Geyser build I again get this error, same as in reports #618 and #516.
To Reproduce


Expected behavior
A normal play without this error
Screenshots / Videos
Screenshots above
Server Version

Geyser Version
Standalone build 213
Minecraft: Bedrock Edition Version
1.14.60
Additional Context
I don't know, why PR doesn't work. So please help me 馃ズ
This lines up with the work we've done thus far.
Are you able to play on Geyser?
Yes, I can play on Geyser
That's good. I'll confirm this as a bug but I'm not sure what we'll do about it. How frequent is the spam?
Re implement the fix that was done in MCProtocolLib
How frequent is the spam?

Almost every second
I assume the server uses ViaVersion? Which version is it?

2.2.3
That could be the source of the issue.
Why? 2.2.3 is the latest version of ViaVersion.
a) ViaVersion 3.0.0 (otherwise known as ViaVersion-ABSTRACTION) exists, which could perhaps have fixed some sound mapping issue that normal Minecraft ignores.
b) It could still be their fault that such a sound was never picked up. We should see if you can get a wolf pant sound with ViaVersion and normal Minecraft Java 1.15.2.
Ah, no, I found the true issue.
Minecraft wiki: 19w44a: Parrots no longer imitate polar bears, wolves, and zombie pigmen.
So the sound literally does not exist in 1.15.2, and the only solution here is to just hide that error.
As you mentioned, this was fixed in ViaVersion's abstraction branch here after I submitted an issue ticket about it.
Most helpful comment
As you mentioned, this was fixed in ViaVersion's abstraction branch here after I submitted an issue ticket about it.