mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +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.canBlockSeeSky(pos) && world.isDaytime()) {
|
||||
|
||||
System.out.println("debugg");
|
||||
|
||||
Triple<BlockPos, IBlockState, IGrowable> trip = firstBlock(world, pos);
|
||||
|
||||
boolean once = false;
|
||||
|
|
Loading…
Reference in a new issue