Fix profile id
This commit is contained in:
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user