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
Calling loader(mcversion) twice with different versions returns the same ChatMessage instance, using the last mcVersion for both instances.
loader(mcversion)
ChatMessage
mcVersion
Instead, it should remember the mcVersion passed to the loader.
relevant source code
The text was updated successfully, but these errors were encountered:
Surely defaultLang should just be a property of ChatMessage? Is anything relying on this being a global? Agreed this is an un-intuitive bug
defaultLang
Sorry, something went wrong.
the way the loader works currently is completely broken check other packages to see good examples
No branches or pull requests
Calling
loader(mcversion)
twice with different versions returns the sameChatMessage
instance, using the lastmcVersion
for both instances.Instead, it should remember the
mcVersion
passed to the loader.relevant source code
The text was updated successfully, but these errors were encountered: