diff --git a/src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java b/src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java index a58ca018..211ec222 100644 --- a/src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java +++ b/src/main/java/org/mvplugins/multiverse/core/config/MVCoreConfigNodes.java @@ -93,7 +93,7 @@ class MVCoreConfigNodes { final ConfigNode AUTO_PURGE_ENTITIES = node(ConfigNode.builder("world.auto-purge-entities", Boolean.class) .comment("") - .comment("Sets whether Multiverse will purge mobs and entities with be automatically.") + .comment("Sets whether Multiverse will purge mobs and entities automatically.") .defaultValue(false) .name("auto-purge-entities") .build());