diff options
author | Adam Frisby | 2007-07-17 23:54:33 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-17 23:54:33 +0000 |
commit | f9eab1f0f2cd93cd6cc3564c8066e874590ddd98 (patch) | |
tree | 37072821bcaa8773c7361151fb52b38696c2e365 | |
parent | * More LSL changes (and fixing a compile warning) (diff) | |
download | opensim-SC_OLD-f9eab1f0f2cd93cd6cc3564c8066e874590ddd98.zip opensim-SC_OLD-f9eab1f0f2cd93cd6cc3564c8066e874590ddd98.tar.gz opensim-SC_OLD-f9eab1f0f2cd93cd6cc3564c8066e874590ddd98.tar.bz2 opensim-SC_OLD-f9eab1f0f2cd93cd6cc3564c8066e874590ddd98.tar.xz |
* Fixing compile
-rw-r--r-- | OpenSim/Region/Environment/Scenes/scripting/ScriptInterpretedAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/scripting/ScriptInterpretedAPI.cs b/OpenSim/Region/Environment/Scenes/scripting/ScriptInterpretedAPI.cs index 6ef968b..86cf410 100644 --- a/OpenSim/Region/Environment/Scenes/scripting/ScriptInterpretedAPI.cs +++ b/OpenSim/Region/Environment/Scenes/scripting/ScriptInterpretedAPI.cs | |||
@@ -136,6 +136,7 @@ namespace OpenSim.Region.Scripting | |||
136 | public Key osAvatarOnSitTarget() | 136 | public Key osAvatarOnSitTarget() |
137 | { | 137 | { |
138 | //TODO: Follow this as Children is chanced to be of type entity to support ScenePresences | 138 | //TODO: Follow this as Children is chanced to be of type entity to support ScenePresences |
139 | /* | ||
139 | foreach (KeyValuePair<Key, EntityBase> Child in Task.Children) | 140 | foreach (KeyValuePair<Key, EntityBase> Child in Task.Children) |
140 | { | 141 | { |
141 | if (Child.Value is ScenePresence) | 142 | if (Child.Value is ScenePresence) |
@@ -143,6 +144,7 @@ namespace OpenSim.Region.Scripting | |||
143 | return Child.Value.uuid; | 144 | return Child.Value.uuid; |
144 | } | 145 | } |
145 | } | 146 | } |
147 | */ | ||
146 | 148 | ||
147 | return Key.Zero; | 149 | return Key.Zero; |
148 | } | 150 | } |