Implemented Fortress unit / Made artillery ignore air

This commit is contained in:
Anuken
2018-10-01 09:51:12 -04:00
parent d5d90bde9a
commit d2ce051c4a
28 changed files with 680 additions and 618 deletions

View File

@@ -63,7 +63,6 @@ public class BundleLauncher {
result.append("\n");
}
Files.write(child, result.toString().getBytes());
//PropertiesUtils.store(other, Files.newBufferedWriter(output), null);
}catch (IOException e){
throw new RuntimeException(e);
@@ -71,4 +70,4 @@ public class BundleLauncher {
});
}
}
}