Remember to turn them off Pahimar, sheesh

This commit is contained in:
pahimar 2013-12-30 22:34:19 -05:00
parent 927bce7c28
commit f9ef8c92bc

View file

@ -21,7 +21,7 @@ import java.text.DecimalFormat;
@SideOnly(Side.CLIENT)
public class ItemTooltipEventHandler
{
private static boolean debug = true;
private static boolean debug = false;
private static DecimalFormat emcDecimalFormat = new DecimalFormat("#.###");
@ForgeSubscribe