Fixed config default

This commit is contained in:
Auxilor
2021-04-25 15:18:40 +01:00
parent e61e9bc0a8
commit be1267ef0c
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ public class EcoSpigotPlugin extends EcoPlugin {
new PacketWindowItems(this)
));
if (!this.getConfigYml().getBool("disable-villager-display")) {
if (!this.getConfigYml().getBool("disable-display-on-villagers")) {
adapters.add(new PacketOpenWindowMerchant(this));
}

View File

@@ -1 +1 @@
disable-villager-display: true
disable-display-on-villagers: false