Patch reflection channel getter at PlayerJoinEvent (1.20.2) #28
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
incompatibility
invalid
needs confirmation
needs more info
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SBDevelopment/MapReflectionAPI#28
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 💯
Thanks Microsoft! :(
Well, thanks for your PR, LGTM. ;)
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...
Yep I know that with some projects...