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 14aea14 commit 7b462ccCopy full SHA for 7b462cc
1 file changed
src/main/kotlin/com/mairwunnx/projectessentials/core/configuration/commands/CommandsConfigurationUtils.kt
@@ -29,8 +29,7 @@ internal object CommandsConfigurationUtils {
29
logger.info("Saving confuguration for native vanilla commands")
30
31
val commandsConfigRaw = jsonInstance.stringify(
32
- CommandsConfiguration.serializer(),
33
- configuration
+ CommandsConfiguration.serializer(), configuration
34
)
35
36
try {
0 commit comments