mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-07-13 20:00:58 -04:00
Added ObjectCreatedIntent for when serialized db is loaded
This commit is contained in:
@@ -138,6 +138,7 @@ public class ObjectManager extends Manager {
|
||||
putObject(obj);
|
||||
updateBuildoutParent(obj);
|
||||
addChildrenObjects(obj);
|
||||
new ObjectCreatedIntent(obj).broadcast();
|
||||
}
|
||||
|
||||
private void updateBuildoutParent(SWGObject obj) {
|
||||
|
||||
Reference in New Issue
Block a user