And there are not 1000 seconds in a second

This commit is contained in:
Christian 2012-06-28 08:31:32 -04:00
parent 4f8d71e289
commit 541951416e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class FMLBukkitProfiler {
}
if (endTime > now)
{
return endTime - now;
return (endTime - now) / 1000;
}
else
{