Skip to content

Commit

Permalink
re-struct some config nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
CyR1en committed Dec 28, 2021
1 parent 2e7329e commit 25c0087
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public record CommandPrompterConfig(
boolean debugMode,

@ConfigNode
@NodeName("Unsafe.Enable")
@NodeName("Enable-Unsafe")
@NodeDefault("false")
@NodeComment({
"Enable unsafe features for",
Expand All @@ -80,7 +80,7 @@ public record CommandPrompterConfig(
boolean enableUnsafe,

@ConfigNode
@NodeName("Unsafe.Modification-Delay")
@NodeName("Modification-Delay")
@NodeDefault("1")
@NodeComment({
"If Enable-Unsafe is set to",
Expand Down

0 comments on commit 25c0087

Please sign in to comment.