Fix profile id

This commit is contained in:
nea
2023-06-09 22:33:11 +02:00
parent dfe66d7966
commit 9120fb0650

View File

@@ -128,7 +128,7 @@ fun firmamentCommand() = literal("firmament") {
} }
thenLiteral("sbdata") { thenLiteral("sbdata") {
thenExecute { thenExecute {
source.sendFeedback(Text.translatable("firmament.sbinfo.profile", SBData.profileCuteName)) source.sendFeedback(Text.translatable("firmament.sbinfo.profile", SBData.profileId))
val locrawInfo = SBData.locraw val locrawInfo = SBData.locraw
if (locrawInfo == null) { if (locrawInfo == null) {
source.sendFeedback(Text.translatable("firmament.sbinfo.nolocraw")) source.sendFeedback(Text.translatable("firmament.sbinfo.nolocraw"))