Jan Sohn

Results 14 comments of Jan Sohn

And [ServerboundLoadingScreenPacket](https://github.com/pmmp/BedrockProtocol/blob/master/src/ServerboundLoadingScreenPacket.php) also I think - 1.21.2

Fix on serverbound event: ```ts player.on("serverbound", ({name, params}, des) => { if ([312, 315].includes(name)) { des.canceled = true; // @ts-ignore player.upstream.sendBuffer(des.fullBuffer); } }); ```

Look into the console of your downstream server