mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-22 15:31:39 +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)
|
final ConfigNode<Boolean> AUTO_PURGE_ENTITIES = node(ConfigNode.builder("world.auto-purge-entities", Boolean.class)
|
||||||
.comment("")
|
.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)
|
.defaultValue(false)
|
||||||
.name("auto-purge-entities")
|
.name("auto-purge-entities")
|
||||||
.build());
|
.build());
|
||||||
|
Loading…
Reference in New Issue
Block a user