Forgot to add buildouts to object map - buildouts should work better now

This commit is contained in:
Obique PSWG
2015-10-10 13:26:10 -05:00
parent f3c5016c64
commit 9e05e7a32d
+1
View File
@@ -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;