Skip to content
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

fix(spigot): language selector not opening on Spigot 1.21.1 #440

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

diogotcorreia
Copy link
Member

This was caused by a change in the PatternType bukkit class, which was changed from an Enum to an Interface.
Since the inner code of Triton is not remapped by bukkit, the plugin threw an error trying to call the valueOf method.

@diogotcorreia diogotcorreia added type:bug Something isn't working as expected module:spigot Related to Spigot/PaperMC labels Aug 21, 2024
@diogotcorreia diogotcorreia added this to the 4.0.0 milestone Aug 21, 2024
@diogotcorreia diogotcorreia self-assigned this Aug 21, 2024
This was caused by a change in the PatternType bukkit class, which was
changed from an Enum to an Interface.
Since the inner code of Triton is not remapped by bukkit, the plugin
threw an error trying to call the valueOf method.
@diogotcorreia diogotcorreia merged commit ffd7bc4 into v4 Aug 21, 2024
1 check passed
@diogotcorreia diogotcorreia deleted the bug/language-selector-1.21.1 branch August 21, 2024 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:spigot Related to Spigot/PaperMC type:bug Something isn't working as expected
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant