mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Minor formatting cleanup
This commit is contained in:
@@ -7735,10 +7735,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
remaining = SetPrimParams((ScenePresence)part, rules);
|
||||
}
|
||||
|
||||
while((object)remaining != null && remaining.Length > 2)
|
||||
while ((object)remaining != null && remaining.Length > 2)
|
||||
{
|
||||
linknumber = remaining.GetLSLIntegerItem(0);
|
||||
rules = remaining.GetSublist(1,-1);
|
||||
rules = remaining.GetSublist(1, -1);
|
||||
parts.Clear();
|
||||
prims = GetLinkParts(linknumber);
|
||||
avatars = GetLinkAvatars(linknumber);
|
||||
|
||||
Reference in New Issue
Block a user