Patch reflection channel getter at PlayerJoinEvent (1.20.2) #28

Merged
StanByes merged 1 commit from master into master 2023-10-23 13:26:34 +02:00
StanByes commented 2023-10-23 13:25:02 +02:00 (Migrated from github.com)

Now the networkManager doesn't exists anymore in Connection object, it's in extends class of it, so I got the field with the getSuperclass() function of JavaReflection.
I've tested in 1.20.2 and 1.20.1 to be sure that the plugin still works in other versions.

Have a nice day 💯

Now the networkManager doesn't exists anymore in Connection object, it's in extends class of it, so I got the field with the getSuperclass() function of JavaReflection. I've tested in 1.20.2 and 1.20.1 to be sure that the plugin still works in other versions. Have a nice day 💯
stijnb1234 commented 2023-10-23 13:26:29 +02:00 (Migrated from github.com)

Thanks Microsoft! :(

Well, thanks for your PR, LGTM. ;)

Thanks Microsoft! :( Well, thanks for your PR, LGTM. ;)
StanByes commented 2023-10-23 13:27:35 +02:00 (Migrated from github.com)

You're welcome.
Each new versions seems to be an entirely change of NMS xD

You're welcome. Each new versions seems to be an entirely change of NMS xD
stijnb1234 commented 2023-10-23 13:28:25 +02:00 (Migrated from github.com)

You're welcome. Each new versions seems to be an entirely change of NMS xD

Yup, but changing a 'working' method call inside a minor update...

> You're welcome. Each new versions seems to be an entirely change of NMS xD Yup, but changing a 'working' method call inside a minor update...
StanByes commented 2023-10-23 13:29:31 +02:00 (Migrated from github.com)

Yep I know that with some projects...

Yep I know that with some projects...
Sign in to join this conversation.
No description provided.