PlayerInputPacket
Opened this issue · 3 comments
thehexmor commented
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 .
ethaniccc commented
That is because the event is cancelled to avoid debug spam in the console
thehexmor commented
is there any ways to fix ?
ethaniccc commented
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