//subdivide: tweak outut

This commit is contained in:
Starbeamrainbowlabs 2021-02-06 14:34:30 +00:00
parent 9dffb17f3d
commit ac954abaea
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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)