From 0a9b6de2f767cb0c3507e03e3d8f9ecc136e737c Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 17 Jun 2025 22:36:12 +0800 Subject: fix: importcw to say it's from ColeWeight --- src/main/kotlin/features/world/ColeWeightCompat.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/kotlin') diff --git a/src/main/kotlin/features/world/ColeWeightCompat.kt b/src/main/kotlin/features/world/ColeWeightCompat.kt index 69bea4e..4b00c6e 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) { - tr("firmament.command.waypoint.import.success", - "Imported $it waypoints.") + tr("firmament.command.waypoint.import.cw.success", + "Imported $it waypoints from ColeWeight.") } } } -- cgit