From: Kahrl Date: Thu, 9 Oct 2014 09:15:03 +0000 (+0200) Subject: Fix unit reported by TimeTaker (was always ms) X-Git-Tag: 0.4.11~232 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=26495da94a68cf787135fee4915b03f4a91d9e03;p=oweals%2Fminetest.git Fix unit reported by TimeTaker (was always ms) --- diff --git a/src/util/timetaker.cpp b/src/util/timetaker.cpp index 720a9e1a9..dcf07dc0d 100644 --- a/src/util/timetaker.cpp +++ b/src/util/timetaker.cpp @@ -44,8 +44,17 @@ u32 TimeTaker::stop(bool quiet) } else { - if(quiet == false) - infostream<