mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-21 14:55:17 +01:00
Updated display priority
This commit is contained in:
parent
ab14193e35
commit
259f5377c4
@ -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
|
Loading…
Reference in New Issue
Block a user