Mockingbird
Mockingbird copied to clipboard
PlayerInputPacket
Hey . for some reason when i installed your Plugin The PlayerInputPacket is no longer working on DataPacketReceiveEvent . when im using $event->getPakcet()->getPid() the Packets Id Is Never as same as PlayerInputPacket . but when i remove your plugin everything will work fine .
That is because the event is cancelled to avoid debug spam in the console
is there any ways to fix ?
Assuming you know what you're doing, you can remove this condition: https://github.com/ethaniccc/Mockingbird/blob/stable/src/ethaniccc/Mockingbird/listener/MockingbirdListener.php#L51-L53