- Support Settings inventory objects
- Add some missing caps and flags - Fix prims out of order when fetching and building
This commit is contained in:
@@ -828,6 +828,9 @@ export class ObjectStoreLite implements IObjectStore
|
||||
result.push(this.objects[localID]);
|
||||
}
|
||||
}
|
||||
result.sort((a: GameObject, b: GameObject) => {
|
||||
return a.ID - b.ID;
|
||||
});
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user