diff options
author | nea <romangraef@gmail.com> | 2022-10-09 04:58:37 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-10-09 04:58:37 +0200 |
commit | ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51 (patch) | |
tree | a56760fa212cd20fc7719b56d10a92ac33ffc27e /src/main/kotlin/moe/nea/notenoughupdates/commands | |
parent | 4d73331a449f0b0647066f7dde0628730fe0e178 (diff) | |
download | Firmament-ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51.tar.gz Firmament-ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51.tar.bz2 Firmament-ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51.zip |
stuff
Diffstat (limited to 'src/main/kotlin/moe/nea/notenoughupdates/commands')
-rw-r--r-- | src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt b/src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt index 6c75f20..997d86e 100644 --- a/src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt +++ b/src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt @@ -29,7 +29,7 @@ fun neuCommand() = literal("neu") { } } thenLiteral("dev") { - val sbData = thenLiteral("sbdata") { + thenLiteral("sbdata") { thenExecute { source.sendFeedback(Text.translatable("notenoughupdates.sbinfo.profile", SBData.profileCuteName)) val locrawInfo = SBData.locraw |