mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-07-13 20:00:58 -04:00
Added ability to distinguish buildouts/snapshots/generated objects, as well as added baseline caching
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user