Added ability to distinguish buildouts/snapshots/generated objects, as well as added baseline caching

This commit is contained in:
Obique PSWG
2016-01-31 15:33:00 -06:00
parent fa05a384b7
commit 731311ed2d
16 changed files with 119535 additions and 159 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ public class ObjectManager extends Manager {
private void updateBuildoutParent(SWGObject obj) {
if (obj.getParent() != null) {
if (obj.getParent().isBuildout()) {
if (!obj.getParent().isGenerated()) {
long id = obj.getParent().getObjectId();
obj.getParent().removeObject(obj);
SWGObject parent = getObjectById(id);