Clear team blocks on derelict

This commit is contained in:
Anuken 2021-10-31 14:10:18 -04:00
parent a511e50a7b
commit 9c62d49eb4

View File

@ -270,6 +270,9 @@ public class Teams{
buildings.getObjects(builds);
}
//no remaining blocks, cease building if applicable
blocks.clear();
//convert all team tiles to neutral, randomly killing them
for(var b : builds){
//TODO this may cause a lot of packet spam, optimize?