fixed entity removal/requestParent editing bug

This commit is contained in:
Darren Ranalli 2003-11-11 22:54:29 +00:00
parent b52892ac41
commit 5e6dee54df

View File

@ -338,6 +338,7 @@ class DistributedLevel(DistributedObject.DistributedObject,
(child, parent))
child.reparentTo(parent.getNodePath())
del self.parent2pendingChildren[parentId]
self.ignore(self.getEntityCreateEvent(parentId))
self.accept(self.getEntityCreateEvent(parentId), doReparent)