mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-12 22:59:08 +01:00
The LegacyPotionMetaProvider was initializing a map with enums that don't exist on modern versions. Since this was a static variable, this map got initialized when the test method was called, leading to a NoSuchFieldError. Also improved resilience of these provider-type issues again by catching a Throwable rather than an Exception in the ProviderFactory. Fixes #6054 |
||
---|---|---|
.. | ||
1_8Provider | ||
1_12Provider | ||
BaseProviders | ||
NMSReflectionProvider | ||
PaperProvider |