Fix a missed println

This commit is contained in:
Aidan C. Brady 2014-01-07 16:18:17 -05:00
parent dc52ca5d43
commit 45eef1465e

View file

@ -314,7 +314,6 @@ public class ClientTickHandler implements ITickHandler
{
if(isGasMaskOn(mc.thePlayer) && mc.currentScreen == null)
{
System.out.println("on");
Mekanism.gasmaskOn.add(mc.thePlayer.username);
}
else {