修复树不长的问题
This commit is contained in:
parent
b98b47864d
commit
a3ee982fa6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user