Updated display priority

This commit is contained in:
Auxilor 2022-03-14 10:05:38 +00:00
parent ab14193e35
commit 259f5377c4
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ public class EnchantDisplay extends DisplayModule {
* @param plugin Instance of EcoEnchants.
*/
public EnchantDisplay(@NotNull final EcoPlugin plugin) {
super(plugin, DisplayPriority.HIGH);
super(plugin, DisplayPriority.LOW);
keySkip = this.getPlugin().getNamespacedKeyFactory().create("ecoenchantlore-skip");
legacyV = this.getPlugin().getNamespacedKeyFactory().create("ecoenchantlore-v");
options = new DisplayOptions(this.getPlugin());

View File

@ -1,2 +1,2 @@
version = 8.48.1
version = 8.48.2
plugin-name = EcoEnchants