From 94572d1878a309f0293ffa367b1bec2b18dafe0b Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Thu, 13 Mar 2025 19:22:58 +0100 Subject: [PATCH] Fix https://github.com/Pumpkin-MC/Pumpkin/issues/628 --- pumpkin/src/command/commands/time.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pumpkin/src/command/commands/time.rs b/pumpkin/src/command/commands/time.rs index 7f2c2b3a6..35c3d70ff 100644 --- a/pumpkin/src/command/commands/time.rs +++ b/pumpkin/src/command/commands/time.rs @@ -130,7 +130,7 @@ impl CommandExecutor for ChangeExecutor { level_time.send_time(world).await; let curr_time = level_time.query_daytime(); TextComponent::translate( - "commands.time.add", + "commands.time.set", [TextComponent::text(curr_time.to_string())], ) }