From ac954abaea94b35d0d8ae5492bd3c09effff7168 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 6 Feb 2021 14:34:30 +0000 Subject: [PATCH] //subdivide: tweak outut --- worldeditadditions_commands/commands/meta/subdivide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldeditadditions_commands/commands/meta/subdivide.lua b/worldeditadditions_commands/commands/meta/subdivide.lua index 6f863b8..76702a5 100644 --- a/worldeditadditions_commands/commands/meta/subdivide.lua +++ b/worldeditadditions_commands/commands/meta/subdivide.lua @@ -120,7 +120,7 @@ worldedit.register_command("subdivide", { msg_prefix, stats.chunks_completed, stats.chunks_total, (stats.chunks_completed / stats.chunks_total) * 100, - wea.human_time(stats.times.step_last), + wea.human_time(math.floor(stats.times.step_last)), -- the time is an integer anyway because precision wea.human_time(wea.average(stats.times.steps)), stats.emerge_overhead * 100, wea.human_time(stats.eta)