This commit is contained in:
Leonwang4234
2020-10-02 18:17:51 -07:00
parent e17ad7a429
commit 88639fffc5
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ public class BlockIndexer{
if(other == null) continue;
if(other.team == team && pred.get(other) && intSet.add(other.pos())){
if((team == null || other.team == team) && pred.get(other) && intSet.add(other.pos())){
cons.get(other);
any = true;
}