-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Loader constraint violation when using getLinkedPlayer() API method #178
Comments
This should have been fixed with GeyserMC/Geyser@b2619fa, are you not up to date? |
That commit did not fix that error message. It was ignored as I believe the error belongs in Floodgate. Conversation was had about the issue in #development earlier today. |
Is a scheduled fix for this coming soon? |
Sorry for the late response. We do plan on fixing this issue in the coming months, but it'll take some time because it's not an easy issue to solve |
I have the same problem if you need something to testing i can help. |
Are there any updates on this? |
Unfortunately, no. If there are, we will inform here. |
Problem is still here :( |
The problem still exists with the most recent version |
This should be fixed in the upcoming Floodgate 3.0 update. |
I'm going to close this issue to mark progress to Floodgate 3.0. |
When using the Floodgate API, if Geyser and Floodgate are both installed on the proxy, the following exception is thrown whenever
getLinkedPlayer()
is called:As discussed on Discord, this seems to be a known issue. Probably not limited to the
LinkedPlayer
class, but instead to all classes in theorg.geysermc.floodgate.util
package.The text was updated successfully, but these errors were encountered: