* Fixing compile

afrisby
Adam Frisby 2007-07-17 23:54:33 +00:00
parent f65808ab07
commit f9eab1f0f2
1 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,7 @@ namespace OpenSim.Region.Scripting
public Key osAvatarOnSitTarget() public Key osAvatarOnSitTarget()
{ {
//TODO: Follow this as Children is chanced to be of type entity to support ScenePresences //TODO: Follow this as Children is chanced to be of type entity to support ScenePresences
/*
foreach (KeyValuePair<Key, EntityBase> Child in Task.Children) foreach (KeyValuePair<Key, EntityBase> Child in Task.Children)
{ {
if (Child.Value is ScenePresence) if (Child.Value is ScenePresence)
@ -143,6 +144,7 @@ namespace OpenSim.Region.Scripting
return Child.Value.uuid; return Child.Value.uuid;
} }
} }
*/
return Key.Zero; return Key.Zero;
} }