Add additional options for object management

This commit is contained in:
Casper Warden
2023-11-16 22:56:20 +00:00
parent be8ee8f0c5
commit 2bd009bf73
4 changed files with 53 additions and 27 deletions

View File

@@ -1502,7 +1502,7 @@ export class GameObject implements IGameObjectData
{
if ((this.resolvedAt === undefined || this.resolvedAt === 0 || !this.resolvedInventory) && this.region?.resolver)
{
await this.region.resolver.resolveObjects([this], true, false, false);
await this.region.resolver.resolveObjects([this], { onlyUnresolved: false });
}
let root = xml;
if (rootNode)