Skip to content

Commit 2f4871e

Browse files
committed
Add newline for consistency
1 parent 9750fad commit 2f4871e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ private <N extends Node> N node(N node) {
513513
.build());
514514

515515
final ConfigNode<String> serverPropertiesPath = node(ConfigNode.builder("misc.server-properties-path", String.class)
516+
.comment("")
516517
.comment("Change this if you use a custom path for the server.properties file with `--config` startup flag.")
517518
.comment("Note: this config option needs a server restart to take effect.")
518519
.defaultValue("server.properties")

0 commit comments

Comments
 (0)