diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 6009206..85e098d 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -3125,12 +3125,14 @@ namespace OpenSim.Region.Environment.Scenes | |||
3125 | ParentGroup.RootPart.BaseMask); | 3125 | ParentGroup.RootPart.BaseMask); |
3126 | 3126 | ||
3127 | } | 3127 | } |
3128 | |||
3128 | public void SetGroup(LLUUID groupID, IClientAPI client) | 3129 | public void SetGroup(LLUUID groupID, IClientAPI client) |
3129 | { | 3130 | { |
3130 | GroupID = groupID; | 3131 | GroupID = groupID; |
3131 | GetProperties(client); | 3132 | GetProperties(client); |
3132 | m_updateFlag = 2; | 3133 | m_updateFlag = 2; |
3133 | } | 3134 | } |
3135 | |||
3134 | private void handleTimerAccounting(uint localID, double interval) | 3136 | private void handleTimerAccounting(uint localID, double interval) |
3135 | { | 3137 | { |
3136 | if (localID == LocalId) | 3138 | if (localID == LocalId) |