Fix a missed println
This commit is contained in:
parent
dc52ca5d43
commit
45eef1465e
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue