Added sector deployment UI

This commit is contained in:
Anuken
2020-03-16 23:09:07 -04:00
parent 928812142a
commit 32ffacf8f6
5 changed files with 23 additions and 14 deletions

View File

@@ -39,6 +39,7 @@ public class SectorDataGenerator{
for(Planet planet : content.<Planet>getBy(ContentType.planet)){
int[] count = {0};
if(planet.grid == null) continue;
Fi fi = Fi.get("planets").child(planet.name + ".dat");