Skip to content

Commit e89b4f1

Browse files
authored
Merge pull request #3314 from Multiverse/fix/debug-permissions
Fix debug-permission comment spacing
2 parents f9d783b + eb8ef32 commit e89b4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

520520
final ConfigNode<Boolean> debugPermissions = node(ConfigNode.builder("misc.debug-permissions", Boolean.class)
521+
.comment("")
521522
.comment("Sets whether console will log every permission check done by all multiverse plugins.")
522523
.comment("This will only work if the above 'global-debug' is set to 1 or more.")
523524
.defaultValue(false)

0 commit comments

Comments
 (0)