Update Paper - #493
Update Paper#493jpenilla wants to merge 1 commit into
Conversation
|
We shall mourn the loss of our joyous binary patch |
4c1e5f0 to
3199929
Compare
Adapt checkstyle patching and preserve the Folia server logo with a dedicated folia-logo.png resource.
3199929 to
5001ab9
Compare
|
This PR updates the Paper upstream, which requires a specific set of changes in regards to this commit in Paper: This commit, on Folia, makes it impossible for some players(often random) to connect to a Folia server, primarily in relation to packet order being screwed over during the login phase. Here are the errors that occur when this happens, I can provide stack traces too if you would like.
The image is of Discord since this was reported to me via Discord. I have already created a fix if you want to pull that or make your own, either is fine, Ive linked it below. This needs to be fixed before merging this because it can cause connectivity issues for players logging in to Folia or Folia-upstream based forks. CraftCanvasMC/Canvas@41de6d4 - these are the changes I made to fix this. |
|
Ty for fixing that issue Spotted. However I was curious about something. I tried initially to make the From what it seems, it seems that you made it so that it sends the packet first and then schedules the compression packet on the channels event loop, rather than doing both the sending of the packet and the compression packet on the event loop. Is that correct? Idk just sorta looking to learn if that makes sense. |

Adapt checkstyle patching and preserve the Folia server logo with a dedicated folia-logo.png resource.