Removed println
This commit is contained in:
parent
a59ba334ba
commit
bc0bd80302
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class TileEntityWindGenerator extends TileEntityGenerator implements IBou
|
|||
{
|
||||
setActive((currentMultiplier = getMultiplier()) > 0);
|
||||
}
|
||||
System.out.println(currentMultiplier + " " + worldObj.canBlockSeeTheSky(xCoord, yCoord+4, zCoord));
|
||||
|
||||
if(getActive())
|
||||
{
|
||||
setEnergy(electricityStored + (generators.windGenerationMin*currentMultiplier));
|
||||
|
|
Loading…
Reference in a new issue