We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found this TeamSpeak issue with the context field here: https://github.com/magneticflux-/fabric-mumblelink-mod/issues/79
context
Remember to include this change for Minecraft 1.19 and later instead of sending an empty context: magneticflux-/fabric-mumblelink-mod@540d29a
The text was updated successfully, but these errors were encountered:
This would effect this code
MumbleLink/mod/src/main/java/zsawyer/mods/mumblelink/mumble/UpdateData.java
Line 195 in 9e2a8db
or the addon could be extended: https://github.com/zsawyer/MumbleLink/blob/QnD-MC_JNA/mod/src/main/java/zsawyer/mods/mumblelink/addons/pa/es/ExtendedPASupport.java#L60
However we explicitly did set this to empty at some point. // empty context because the plugin name is already always prepended anyways
// empty context because the plugin name is already always prepended anyways
I am not happy with this arbitrariness imposed by TeamSpeak.
Sorry, something went wrong.
Note: hardcode context to be "Context" starting with 1.19.x
No branches or pull requests
I found this TeamSpeak issue with the
context
field here: https://github.com/magneticflux-/fabric-mumblelink-mod/issues/79Remember to include this change for Minecraft 1.19 and later instead of sending an empty
context
: magneticflux-/fabric-mumblelink-mod@540d29aThe text was updated successfully, but these errors were encountered: