mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
Fixes #1005 (removes a debug sysout)
This commit is contained in:
parent
ffa274a7b2
commit
bf451dceb1
1 changed files with 9 additions and 12 deletions
|
@ -78,9 +78,6 @@ public class BlockGreenhouseGlass extends BlockBase {
|
||||||
if (world.isRemote) return;
|
if (world.isRemote) return;
|
||||||
|
|
||||||
if (world.canBlockSeeSky(pos) && world.isDaytime()) {
|
if (world.canBlockSeeSky(pos) && world.isDaytime()) {
|
||||||
|
|
||||||
System.out.println("debugg");
|
|
||||||
|
|
||||||
Triple<BlockPos, IBlockState, IGrowable> trip = firstBlock(world, pos);
|
Triple<BlockPos, IBlockState, IGrowable> trip = firstBlock(world, pos);
|
||||||
|
|
||||||
boolean once = false;
|
boolean once = false;
|
||||||
|
|
Loading…
Reference in a new issue