3
0

修复树不长的问题

This commit is contained in:
聪聪 2017-07-07 20:05:29 +08:00
parent b98b47864d
commit a3ee982fa6

View File

@ -41,7 +41,7 @@ public class CaptureTree extends ACapture{
this.markHandled(); this.markHandled();
boolean tResult=true; boolean tResult=true;
if(this.mCapturedBlocks.size()>0) if(this.mCapturedBlocks.isEmpty())
return true; return true;
TreeType tType=BlockSapling.treeType; TreeType tType=BlockSapling.treeType;