-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type Signature of Targeted Method in LoginListener has changed in 1.20.2 #22
Comments
Hi, have you found a fix? |
No. It isn't just the method above that has changed, adding a clause to patch whichever variant is in the class is the easy part. The sticking point is that the patcher first analyses another method in the same class to discover some class or variable names for later use. The method has had a bit of a refactor so the patcher fails to retrieve what it needs. |
Yeah, that's the reason I edited my comment. I realized that immediately when trying to patch the issue. I'll let you know if I manage to adapt it for 1.20.2 |
news? |
So, to clear this up, here's what was going on:
VanillaCord 2.0 addresses these issues by becoming even more flexible... but still, I hope they were satisfied with their new implementation and don't make too many more major changes. 😅 |
Using VanillaCord build
22w24b
In 1.20.2 the method now accepts a
String
instead of aGameProfile
.1.20.1
1.20.2
The text was updated successfully, but these errors were encountered: