diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DiagCommand.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DiagCommand.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DiagCommand.kt index 8985caaa..3e5e7b9b 100644 --- a/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DiagCommand.kt +++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/commands/dev/DiagCommand.kt @@ -41,8 +41,8 @@ class DiagCommand { thenArgumentExecute("usecenter", bool()) { useCenter -> CrystalMetalDetectorSolver.setDebugDoNotUseCenter(this[useCenter]) reply("Center coordinates-based solutions ${if (this[useCenter]) "enabled" else "disabled"}") - } - }.withHelp("Toggle coordinate based solutions") + }.withHelp("Toggle coordinate based solutions") + } thenExecute { CrystalMetalDetectorSolver.logDiagnosticData(true) reply("Enabled metal detector diagnostic logging.") |