HypixelDev / ModAPI

Hypixel Mod API for interfacing with the Hypixel Server via the Minecraft Plugin Message system.
MIT License
82 stars 10 forks source link

Hypixel Server sends hypixel:register packet to client #24

Closed My-Name-Is-Jeff closed 4 months ago

My-Name-Is-Jeff commented 5 months ago

seems like when you register for the location event you get a register packet back everytime you swap worlds

ConnorLinfoot commented 5 months ago

I'm not sure what is meant by this issue exactly, I'm not personally seeing the client receive a register packet and this also shouldn't be possible with the implementation

Edit: Nevermind I am seeing this when using Forge, I guess the fabric implementation is quietly ignoring this. Will investigate the cause.