mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-07-13 20:00:58 -04:00
Forgot to add buildouts to object map - buildouts should work better now
This commit is contained in:
@@ -146,6 +146,7 @@ public class ObjectManager extends Manager {
|
||||
maxObjectId = obj.getObjectId() + 1;
|
||||
}
|
||||
}
|
||||
objectMap.put(obj.getObjectId(), obj);
|
||||
new ObjectCreatedIntent(obj).broadcast();
|
||||
}
|
||||
double loadTime = (System.nanoTime() - start) / 1E6;
|
||||
|
||||
Reference in New Issue
Block a user