Skip to content

Commit

Permalink
Oops, forgot that
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksi Sapon <QcTechs@gmail.com>
  • Loading branch information
Aleksi Sapon authored and Aleksi Sapon committed Aug 13, 2012
1 parent 042e809 commit 7b04071
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -90,7 +90,6 @@ public void setGrowthStage(Block block, int stage) {

@Override
public boolean isFullyGrown(Block block) {
System.out.println(getGrowthStage(block));
return getGrowthStage(block) >= 2;
}

Expand Down

0 comments on commit 7b04071

Please sign in to comment.