Set group on newly rezzed objects to the rezzer's (or rezzing object's)

group
This commit is contained in:
Melanie Thielker
2008-11-17 21:44:09 +00:00
parent 93b18d7323
commit a8e40bed52
4 changed files with 28 additions and 1 deletions

View File

@@ -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;
}