aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-06-09 22:33:11 +0200
committernea <nea@nea.moe>2023-06-09 22:33:11 +0200
commit9120fb0650fe1208cf4735e80c43eecc7f533394 (patch)
tree3b83bde6e543fa619c1145f662f3f0cdd355b5b1
parentdfe66d79663e66ee664fdeaf8ec248d37c89193f (diff)
downloadfirmament-9120fb0650fe1208cf4735e80c43eecc7f533394.tar.gz
firmament-9120fb0650fe1208cf4735e80c43eecc7f533394.tar.bz2
firmament-9120fb0650fe1208cf4735e80c43eecc7f533394.zip
Fix profile id
-rw-r--r--src/main/kotlin/moe/nea/firmament/commands/rome.kt2
1 files changed, 1 insertions, 1 deletions
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"))