This commit is contained in:
Anuken
2020-05-12 21:41:45 -04:00
parent ab49825d35
commit c432639dfa
3 changed files with 5 additions and 4 deletions

View File

@@ -317,7 +317,7 @@ public class BlockIndexer{
}
private void process(Tile tile){
if(tile.block().flags.size() > 0 && tile.team() != Team.derelict){
if(tile.block().flags.size() > 0 && tile.team() != Team.derelict && tile.isCenter()){
TileArray[] map = getFlagged(tile.team());
for(BlockFlag flag : tile.block().flags){