Skip to content

Commit 6bbaad8

Browse files
authored
Merge pull request #3277 from Multiverse/fix/config-comment
Fix config.yml comment spacing
2 parents 1ef4470 + 3110f46 commit 6bbaad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mvplugins/multiverse/core/config/CoreConfigNodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ private <N extends Node> N node(N node) {
9494
.build());
9595

9696
final ConfigNode<Boolean> autoImportDefaultWorlds = node(ConfigNode.builder("world.auto-import-default-worlds", Boolean.class)
97-
.comment("")
9897
.comment("When enabled, Multiverse will automatically import default worlds defined in the server.properties")
9998
.comment("`level-name` property when the Multiverse is enabled or reloaded. This will include the nether and ")
10099
.comment("end if the server created them.")
@@ -111,6 +110,7 @@ private <N extends Node> N node(N node) {
111110
.build());
112111

113112
final ConfigNode<Boolean> enforceAccess = node(ConfigNode.builder("world.enforce-access", Boolean.class)
113+
.comment("")
114114
.comment("This setting will prevent players from entering worlds they don't have access to.")
115115
.comment("If this is set to false, players will be able to enter any world they want.")
116116
.comment("If this is set to true, players will only be able to enter worlds they have")

0 commit comments

Comments
 (0)