From ebffedd08c3ce32b7cd4ef6314f3f0efce7fbf51 Mon Sep 17 00:00:00 2001 From: nea Date: Sun, 9 Oct 2022 04:58:37 +0200 Subject: stuff --- src/main/kotlin/moe/nea/notenoughupdates/commands/rome.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin/moe/nea/notenoughupdates/commands') 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 -- cgit