When possible, populate the owner id of our llviewerobjects
This commit is contained in:
@@ -5446,6 +5446,7 @@ void LLSelectMgr::processObjectProperties(LLMessageSystem* msg, void** user_data
|
||||
node->mInventorySerial = inv_serial;
|
||||
node->mSitName.assign(sit_name);
|
||||
node->mTouchName.assign(touch_name);
|
||||
if (auto obj = node->getObject()) obj->mOwnerID = owner_id; // Singu Note: Try to get Owner whenever possible
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user