We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8119636 commit c78ede8Copy full SHA for c78ede8
src/main/kotlin/com/mairwunnx/projectessentials/home/commands/CommandLiterals.kt
@@ -87,8 +87,7 @@ inline val configureHomeLiteral: LiteralArgumentBuilder<CommandSource>
87
Commands.literal("respawn-home-select-strategy").then(
88
Commands.literal("set").then(
89
Commands.argument(
90
- "value",
91
- EnumArgument.enumArgument(HomeSelectStrategy::class.java)
+ "value", EnumArgument.enumArgument(HomeSelectStrategy::class.java)
92
).executes {
93
ConfigureHomeCommand.respawnHomeSelectStrategy(it)
94
}
0 commit comments