From afcc43e26a9d894bfe60434b3160803bf0ea1f8c Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 17 Jun 2025 16:03:03 +0800 Subject: [PATCH] fix: missing translation on colewaypoint importing --- src/main/kotlin/features/world/ColeWeightCompat.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/features/world/ColeWeightCompat.kt b/src/main/kotlin/features/world/ColeWeightCompat.kt index b92a91e..69bea4e 100644 --- a/src/main/kotlin/features/world/ColeWeightCompat.kt +++ b/src/main/kotlin/features/world/ColeWeightCompat.kt @@ -101,8 +101,8 @@ object ColeWeightCompat { thenLiteral("importcw") { thenExecute { importAndInform(source, null) { - Text.stringifiedTranslatable("firmament.command.waypoint.import.cw", - it) + tr("firmament.command.waypoint.import.success", + "Imported $it waypoints.") } } }