Update svn properties, minor formatting cleanup.
parent
2101680094
commit
a8fff196f5
|
@ -757,7 +757,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
|||
{
|
||||
String direction = (String)args[0];
|
||||
|
||||
if( direction.ToLower().StartsWith("y"))
|
||||
if (direction.ToLower().StartsWith("y"))
|
||||
{
|
||||
for (int x = 0; x < Constants.RegionSize; x++)
|
||||
{
|
||||
|
|
|
@ -3096,7 +3096,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
parentPrim.RootPart.AddFlag(PrimFlags.CreateSelected);
|
||||
parentPrim.HasGroupChanged = true;
|
||||
parentPrim.ScheduleGroupForFullUpdate();
|
||||
if (client!=null)
|
||||
if (client != null)
|
||||
parentPrim.GetProperties(client);
|
||||
|
||||
ScriptSleep(1000);
|
||||
|
|
Loading…
Reference in New Issue