Alexander Medvedev
2025-03-13 19:22:58 +01:00
parent 300ccde108
commit 94572d1878

View File

@@ -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())],
)
}