aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/firmament/commands
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-06-11 00:25:15 +0200
committernea <nea@nea.moe>2023-06-11 00:25:15 +0200
commit2df2ee1f18a26755e6fc4d9f1752338aa48cd3e9 (patch)
treef6d80df0e1eefc3457b5058cdabbc6941d7848fd /src/main/kotlin/moe/nea/firmament/commands
parenteb8d82067c0959db0bf01cc7a832e0acac9d2e63 (diff)
downloadFirmament-2df2ee1f18a26755e6fc4d9f1752338aa48cd3e9.tar.gz
Firmament-2df2ee1f18a26755e6fc4d9f1752338aa48cd3e9.tar.bz2
Firmament-2df2ee1f18a26755e6fc4d9f1752338aa48cd3e9.zip
Remove vanilla items from the item list
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/commands')
-rw-r--r--src/main/kotlin/moe/nea/firmament/commands/rome.kt1
1 files changed, 0 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 18599d5..df5bc80 100644
--- a/src/main/kotlin/moe/nea/firmament/commands/rome.kt
+++ b/src/main/kotlin/moe/nea/firmament/commands/rome.kt
@@ -138,7 +138,6 @@ fun firmamentCommand() = literal("firmament") {
source.sendFeedback(Text.translatable("firmament.sbinfo.mode", locrawInfo.mode))
source.sendFeedback(Text.translatable("firmament.sbinfo.map", locrawInfo.map))
}
-
}
}
}