From 9120fb0650fe1208cf4735e80c43eecc7f533394 Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 9 Jun 2023 22:33:11 +0200 Subject: Fix profile id --- src/main/kotlin/moe/nea/firmament/commands/rome.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/kotlin') diff --git a/src/main/kotlin/moe/nea/firmament/commands/rome.kt b/src/main/kotlin/moe/nea/firmament/commands/rome.kt index 45fabc6..18599d5 100644 --- a/src/main/kotlin/moe/nea/firmament/commands/rome.kt +++ b/src/main/kotlin/moe/nea/firmament/commands/rome.kt @@ -128,7 +128,7 @@ fun firmamentCommand() = literal("firmament") { } thenLiteral("sbdata") { thenExecute { - source.sendFeedback(Text.translatable("firmament.sbinfo.profile", SBData.profileCuteName)) + source.sendFeedback(Text.translatable("firmament.sbinfo.profile", SBData.profileId)) val locrawInfo = SBData.locraw if (locrawInfo == null) { source.sendFeedback(Text.translatable("firmament.sbinfo.nolocraw")) -- cgit