From 772ec8338c5fef3117d1a09fe1b55d780e3f5ee5 Mon Sep 17 00:00:00 2001 From: Akex <67469268+akex06@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:57:47 +0100 Subject: [PATCH] Added closing tag to command.unsafe.delete.success --- plugin/src/main/resources/translations/en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/src/main/resources/translations/en.yml b/plugin/src/main/resources/translations/en.yml index 2f9739c..91b7cda 100644 --- a/plugin/src/main/resources/translations/en.yml +++ b/plugin/src/main/resources/translations/en.yml @@ -63,7 +63,7 @@ command.force_tick.success: "Took ms ticking blocksCustomCrops is not enabled in world []" command.force_tick.failure.type: "Unknown type []" command.unsafe.delete.failure.world: "CustomCrops is not enabled in world []" -command.unsafe.delete.success: "Deleted block data in this chunk" +command.unsafe.delete.success: "Deleted block data in this chunk" command.unsafe.restore.failure.world: "CustomCrops is not enabled in world []" command.unsafe.restore.failure.chunk: "This chunk doesn't contain any data" command.unsafe.restore.success: "Restored (/) blocks" @@ -83,4 +83,4 @@ command.debug.worlds.success: command.debug.insight.off: "Insight mode: OFF" command.debug.insight.on: - "Insight mode: ON" - - "Note that this only shows a snapshot of the data." \ No newline at end of file + - "Note that this only shows a snapshot of the data."