diff options
author | Justin Clarke Casey | 2008-06-27 14:15:14 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-27 14:15:14 +0000 |
commit | c9b41bdc4ea33452e675a1d12244aab196fcde29 (patch) | |
tree | b10ff60ec398de243c54579d827f2e3a51495736 /OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |
parent | status: work in progress, non-functional (diff) | |
download | opensim-SC_OLD-c9b41bdc4ea33452e675a1d12244aab196fcde29.zip opensim-SC_OLD-c9b41bdc4ea33452e675a1d12244aab196fcde29.tar.gz opensim-SC_OLD-c9b41bdc4ea33452e675a1d12244aab196fcde29.tar.bz2 opensim-SC_OLD-c9b41bdc4ea33452e675a1d12244aab196fcde29.tar.xz |
* Add extra backup parameter to InnerScene.AddRestoredSceneObject()
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) |