mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-20 22:42:03 +01:00
Fix config typo in auto-purge-entities comments
This commit is contained in:
parent
b8f2ebdab7
commit
df1cb2ccc2
@ -93,7 +93,7 @@ class MVCoreConfigNodes {
|
||||
|
||||
final ConfigNode<Boolean> 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());
|
||||
|
Loading…
Reference in New Issue
Block a user