* Fixing compile

This commit is contained in:
Adam Frisby
2007-07-17 23:54:33 +00:00
parent f65808ab07
commit f9eab1f0f2

View File

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