PieMC-Dev / PieRakNet

A WORKING 🎉 RakNet implementation, written in Python. Created for PieMC.
GNU General Public License v3.0
19 stars 4 forks source link

Incorrect offline_Pong #6

Closed skyss0fly-pm-pl closed 1 month ago

skyss0fly-pm-pl commented 3 months ago

Raknet as you know has its offline_pong/ disconnect pong as 0x1c In minecraft bedrock protocol it is known as "Add Mob Effect" so we have an incorrect pong? I will provide screenshots on discord under bugs thread and link here

MFDGaming commented 2 months ago

Raknet as you know has its offline_pong/ disconnect pong as 0x1c In minecraft bedrock protocol it is known as "Add Mob Effect" so we have an incorrect pong? I will provide screenshots on discord under bugs thread and link here

The raknet packet IDs have nothing to do with the minecraft ones, so this issue must close

lapismyt commented 1 month ago

Unconnected Pong is RakNet packet, not Minecraft game packet. 0x1c will be "Add Mob Effect" only when it's inside GamePacket.

Unconnected Pong Specification