* Implmements llModifyLand() and a check for the "Allow others to terraform flag"
* Thanks tglion!
This commit is contained in:
Justin Clarke Casey
2008-10-07 14:49:12 +00:00
parent e5a50b6a3b
commit 48d86fb23f
19 changed files with 178 additions and 118 deletions

View File

@@ -756,6 +756,7 @@ namespace OpenSim.Region.Environment.Scenes
set
{
StoreUndoState();
if (m_shape != null) {
m_shape.Scale = value;
if (PhysActor != null && m_parentGroup != null)
@@ -769,6 +770,7 @@ namespace OpenSim.Region.Environment.Scenes
}
}
}
}
TriggerScriptChangedEvent(Changed.SCALE);
}
}