mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* Add extra backup parameter to InnerScene.AddRestoredSceneObject()
This commit is contained in:
@@ -3125,12 +3125,14 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
ParentGroup.RootPart.BaseMask);
|
||||
|
||||
}
|
||||
|
||||
public void SetGroup(LLUUID groupID, IClientAPI client)
|
||||
{
|
||||
GroupID = groupID;
|
||||
GetProperties(client);
|
||||
m_updateFlag = 2;
|
||||
}
|
||||
|
||||
private void handleTimerAccounting(uint localID, double interval)
|
||||
{
|
||||
if (localID == LocalId)
|
||||
|
||||
Reference in New Issue
Block a user