Fixed config default
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
disable-villager-display: true
|
||||
disable-display-on-villagers: false
|
||||
Reference in New Issue
Block a user