Update to 1.8.7

This commit is contained in:
Byteflux
2015-06-05 05:45:30 -07:00
parent ef79a102b7
commit 0f48b03bbc
6 changed files with 20 additions and 17 deletions

View File

@ -211,4 +211,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
{
return ( ( tps > 18.0 ) ? ChatColor.GREEN : ( tps > 16.0 ) ? ChatColor.YELLOW : ChatColor.RED ).toString()
+ ( ( tps > 20.0 ) ? "*" : "" ) + Math.min( Math.round( tps * 100.0 ) / 100.0, 20.0 );
--
--
1.9.5.msysgit.1