1
0
Fork 0

修复树不长的问题

kcx-1614
聪聪 2017-07-07 20:05:29 +08:00
parent b98b47864d
commit a3ee982fa6
1 changed files with 1 additions and 1 deletions

View File

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