mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Set group on newly rezzed objects to the rezzer's (or rezzing object's)
group
This commit is contained in:
@@ -2304,7 +2304,8 @@ if (m_shape != null) {
|
||||
public void SetGroup(UUID groupID, IClientAPI client)
|
||||
{
|
||||
_groupID = groupID;
|
||||
GetProperties(client);
|
||||
if (client != null)
|
||||
GetProperties(client);
|
||||
m_updateFlag = 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user