Updated display priority
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
version = 8.48.1
|
||||
version = 8.48.2
|
||||
plugin-name = EcoEnchants
|
||||
Reference in New Issue
Block a user